Html Css Color HEX #B452DF Medium Orchid

📋 copy color: '#B452DF'

red 180 ◦ green 82 ◦ blue 223

#B452DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B452DF

Tints of Medium Orchid #B452DF

RGB

 RED value IS 180 (70.7% from 255) = 37.11%

 GREEN value IS 82 (32.42% from 255) = 16.91%

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 37.11%
G = 16.91%
B = 45.98%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B452DF (or 0xB452DF) is known color: Medium Orchid. HEX triplet: B4, 52 and DF. RGB value is (180,82,223). Sum of RGB (Red+Green+Blue) = 180+82+223=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #B452DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452DF is #4BAD20. Grayscale: #7E7E7E. Windows color (decimal): -4959521 or 14635700. OLE color: 14635700.

HSL color Cylindrical-coordinate representation of color #B452DF: hue angle of 281.7º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B452DF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 82 223 -
CMYK 0.19 0.63 0 0.13
HSL 281.7º 0.69% 0.6% -
HSV(B) 281.7º 0.63% 0.87% -
XYZ 35.16 21.07 72.03 -
YUV 127.38 181.97 165.54 -
System Red Green Blue C M Y K H S L
Decimal 180 82 223 0.19 0.63 0 0.13 281.7 0.69 0.6
Hex B4 52 DF 13 3F 0 D 11A 45 3C
Octal 264 122 337 23 77 0 15 432 105 74
Binary 10110100 1010010 11011111 10011 111111 0 1101 100011010 1000101 111100

Color Harmonies of #B452DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B452DF

Black with #B452DF

Text Example


Text Example

White with #B452DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B452DF; }

 p { color: rgb(180,82,223); }

 H1.HeaderClassName
 {
   color: #B452DF;
 }
 .AnyTagClassName
 {
   color: #B452DF;
 }
</style>

background-color css

<style>
 a { background-color: #B452DF; }

 a { background-color: rgb(180,82,223); }

 div.DivClassName
 {
   background-color: #B452DF;
 }
 .BgClassName
 {
   background-color: #B452DF;
 }
</style>

border-color css

<style>
 span { border-color: #B452DF; }

 span { border-color: rgb(180,82,223); }

 td.TdClassName
 {
   border-color: #B452DF;
 }
 .TagClassName
 {
   border-color: #B452DF;
 }
</style>