Html Css Color HEX #BC72E6 Medium Orchid

📋 copy color: '#BC72E6'

red 188 ◦ green 114 ◦ blue 230

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

Shades of Medium Orchid #BC72E6

Tints of Medium Orchid #BC72E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.23%

R = 35.34%
G = 21.43%
B = 43.23%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC72E6 (or 0xBC72E6) is known color: Medium Orchid. HEX triplet: BC, 72 and E6. RGB value is (188,114,230). Sum of RGB (Red+Green+Blue) = 188+114+230=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC72E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC72E6 is #438D19. Grayscale: #949494. Windows color (decimal): -4427034 or 15102652. OLE color: 15102652.

HSL color Cylindrical-coordinate representation of color #BC72E6: hue angle of 278.28º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC72E6 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 114 230 -
CMYK 0.18 0.50 0 0.10
HSL 278.28º 0.7% 0.67% -
HSV(B) 278.28º 0.5% 0.9% -
XYZ 41.04 28.44 78.19 -
YUV 149.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 188 114 230 0.18 0.50 0 0.10 278.28 0.7 0.67
Hex BC 72 E6 12 32 0 A 116 46 43
Octal 274 162 346 22 62 0 12 426 106 103
Binary 10111100 1110010 11100110 10010 110010 0 1010 100010110 1000110 1000011

Color Harmonies of #BC72E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC72E6

Black with #BC72E6

Text Example


Text Example

White with #BC72E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC72E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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