Html Css Color HEX #BC72CC Medium Orchid

📋 copy color: '#BC72CC'

red 188 ◦ green 114 ◦ blue 204

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

Shades of Medium Orchid #BC72CC

Tints of Medium Orchid #BC72CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 37.15%
G = 22.53%
B = 40.32%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC72CC (or 0xBC72CC) is known color: Medium Orchid. HEX triplet: BC, 72 and CC. RGB value is (188,114,204). Sum of RGB (Red+Green+Blue) = 188+114+204=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC72CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72CC is #438D33. Grayscale: #929292. Windows color (decimal): -4427060 or 13398716. OLE color: 13398716.

HSL color Cylindrical-coordinate representation of color #BC72CC: hue angle of 289.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC72CC is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 114 204 -
CMYK 0.08 0.44 0 0.2
HSL 289.33º 0.47% 0.62% -
HSV(B) 289.33º 0.44% 0.8% -
XYZ 37.66 27.09 60.37 -
YUV 146.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 188 114 204 0.08 0.44 0 0.2 289.33 0.47 0.62
Hex BC 72 CC 8 2C 0 14 121 2F 3E
Octal 274 162 314 10 54 0 24 441 57 76
Binary 10111100 1110010 11001100 1000 101100 0 10100 100100001 101111 111110

Color Harmonies of #BC72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC72CC

Black with #BC72CC

Text Example


Text Example

White with #BC72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC72CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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