Html Css Color HEX #BC2BE9 Dark Orchid

📋 copy color: '#BC2BE9'

red 188 ◦ green 43 ◦ blue 233

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

Shades of Dark Orchid #BC2BE9

Tints of Dark Orchid #BC2BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.22%

R = 40.52%
G = 9.27%
B = 50.22%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC2BE9 (or 0xBC2BE9) is known color: Dark Orchid. HEX triplet: BC, 2B and E9. RGB value is (188,43,233). Sum of RGB (Red+Green+Blue) = 188+43+233=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC2BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2BE9 is #43D416. Grayscale: #6B6B6B. Windows color (decimal): -4445207 or 15281084. OLE color: 15281084.

HSL color Cylindrical-coordinate representation of color #BC2BE9: hue angle of 285.79º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2BE9 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 43 233 -
CMYK 0.19 0.82 0 0.09
HSL 285.79º 0.81% 0.54% -
HSV(B) 285.79º 0.82% 0.91% -
XYZ 36.31 18.3 78.71 -
YUV 108.02 198.54 185.05 -
System Red Green Blue C M Y K H S L
Decimal 188 43 233 0.19 0.82 0 0.09 285.79 0.81 0.54
Hex BC 2B E9 13 52 0 9 11E 51 36
Octal 274 53 351 23 122 0 11 436 121 66
Binary 10111100 101011 11101001 10011 1010010 0 1001 100011110 1010001 110110

Color Harmonies of #BC2BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BE9

Black with #BC2BE9

Text Example


Text Example

White with #BC2BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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