Html Css Color HEX #BC72DF Medium Orchid

📋 copy color: '#BC72DF'

red 188 ◦ green 114 ◦ blue 223

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

Shades of Medium Orchid #BC72DF

Tints of Medium Orchid #BC72DF

RGB

 RED value IS 188 (73.83% from 255) = 35.81%

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

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

R = 35.81%
G = 21.71%
B = 42.48%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC72DF (or 0xBC72DF) is known color: Medium Orchid. HEX triplet: BC, 72 and DF. RGB value is (188,114,223). Sum of RGB (Red+Green+Blue) = 188+114+223=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72DF is #438D20. Grayscale: #949494. Windows color (decimal): -4427041 or 14643900. OLE color: 14643900.

HSL color Cylindrical-coordinate representation of color #BC72DF: hue angle of 280.73º 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 #BC72DF is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 114 223 -
CMYK 0.16 0.49 0 0.13
HSL 280.73º 0.63% 0.66% -
HSV(B) 280.73º 0.49% 0.87% -
XYZ 40.08 28.05 73.11 -
YUV 148.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 188 114 223 0.16 0.49 0 0.13 280.73 0.63 0.66
Hex BC 72 DF 10 31 0 D 119 3F 42
Octal 274 162 337 20 61 0 15 431 77 102
Binary 10111100 1110010 11011111 10000 110001 0 1101 100011001 111111 1000010

Color Harmonies of #BC72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC72DF

Black with #BC72DF

Text Example


Text Example

White with #BC72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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