Html Css Color HEX #BC2CE0 Dark Orchid

📋 copy color: '#BC2CE0'

red 188 ◦ green 44 ◦ blue 224

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

Shades of Dark Orchid #BC2CE0

Tints of Dark Orchid #BC2CE0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.65%

 BLUE value IS 224 (87.89% from 255) = 49.12%

R = 41.23%
G = 9.65%
B = 49.12%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC2CE0 (or 0xBC2CE0) is known color: Dark Orchid. HEX triplet: BC, 2C and E0. RGB value is (188,44,224). Sum of RGB (Red+Green+Blue) = 188+44+224=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC2CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CE0 is #43D31F. Grayscale: #6B6B6B. Windows color (decimal): -4444960 or 14691516. OLE color: 14691516.

HSL color Cylindrical-coordinate representation of color #BC2CE0: hue angle of 288º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2CE0 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 44 224 -
CMYK 0.16 0.80 0 0.12
HSL 288º 0.74% 0.53% -
HSV(B) 288º 0.8% 0.88% -
XYZ 35.09 17.87 72.12 -
YUV 107.58 193.71 185.36 -
System Red Green Blue C M Y K H S L
Decimal 188 44 224 0.16 0.80 0 0.12 288 0.74 0.53
Hex BC 2C E0 10 50 0 C 120 4A 35
Octal 274 54 340 20 120 0 14 440 112 65
Binary 10111100 101100 11100000 10000 1010000 0 1100 100100000 1001010 110101

Color Harmonies of #BC2CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CE0

Black with #BC2CE0

Text Example


Text Example

White with #BC2CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CE0; }

 p { color: rgb(188,44,224); }

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

background-color css

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

 a { background-color: rgb(188,44,224); }

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

border-color css

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

 span { border-color: rgb(188,44,224); }

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