Html Css Color HEX #BC2BE0 Dark Orchid

📋 copy color: '#BC2BE0'

red 188 ◦ green 43 ◦ blue 224

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

Shades of Dark Orchid #BC2BE0

Tints of Dark Orchid #BC2BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.45%

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

R = 41.32%
G = 9.45%
B = 49.23%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC2BE0 (or 0xBC2BE0) is known color: Dark Orchid. HEX triplet: BC, 2B and E0. RGB value is (188,43,224). Sum of RGB (Red+Green+Blue) = 188+43+224=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC2BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BE0 is #43D41F. Grayscale: #6A6A6A. Windows color (decimal): -4445216 or 14691260. OLE color: 14691260.

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

Color convert

RGB 188 43 224 -
CMYK 0.16 0.81 0 0.12
HSL 288.07º 0.74% 0.52% -
HSV(B) 288.07º 0.81% 0.88% -
XYZ 35.06 17.8 72.11 -
YUV 106.99 194.04 185.78 -
System Red Green Blue C M Y K H S L
Decimal 188 43 224 0.16 0.81 0 0.12 288.07 0.74 0.52
Hex BC 2B E0 10 51 0 C 120 4A 34
Octal 274 53 340 20 121 0 14 440 112 64
Binary 10111100 101011 11100000 10000 1010001 0 1100 100100000 1001010 110100

Color Harmonies of #BC2BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BE0

Black with #BC2BE0

Text Example


Text Example

White with #BC2BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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