Html Css Color HEX #BD72DF Medium Orchid

📋 copy color: '#BD72DF'

red 189 ◦ green 114 ◦ blue 223

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

Shades of Medium Orchid #BD72DF

Tints of Medium Orchid #BD72DF

RGB

 RED value IS 189 (74.22% from 255) = 35.93%

 GREEN value IS 114 (44.92% from 255) = 21.67%

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

R = 35.93%
G = 21.67%
B = 42.4%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD72DF (or 0xBD72DF) is known color: Medium Orchid. HEX triplet: BD, 72 and DF. RGB value is (189,114,223). Sum of RGB (Red+Green+Blue) = 189+114+223=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72DF is #428D20. Grayscale: #949494. Windows color (decimal): -4361505 or 14643901. OLE color: 14643901.

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

Color convert

RGB 189 114 223 -
CMYK 0.15 0.49 0 0.13
HSL 281.28º 0.63% 0.66% -
HSV(B) 281.28º 0.49% 0.87% -
XYZ 40.32 28.18 73.13 -
YUV 148.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 189 114 223 0.15 0.49 0 0.13 281.28 0.63 0.66
Hex BD 72 DF F 31 0 D 119 3F 42
Octal 275 162 337 17 61 0 15 431 77 102
Binary 10111101 1110010 11011111 1111 110001 0 1101 100011001 111111 1000010

Color Harmonies of #BD72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD72DF

Black with #BD72DF

Text Example


Text Example

White with #BD72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD72DF; }

 p { color: rgb(189,114,223); }

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

background-color css

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

 a { background-color: rgb(189,114,223); }

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

border-color css

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

 span { border-color: rgb(189,114,223); }

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