Html Css Color HEX #BC2BEA Dark Orchid

📋 copy color: '#BC2BEA'

red 188 ◦ green 43 ◦ blue 234

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

Shades of Dark Orchid #BC2BEA

Tints of Dark Orchid #BC2BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 40.43%
G = 9.25%
B = 50.32%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC2BEA (or 0xBC2BEA) is known color: Dark Orchid. HEX triplet: BC, 2B and EA. RGB value is (188,43,234). Sum of RGB (Red+Green+Blue) = 188+43+234=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC2BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2BEA is #43D415. Grayscale: #6B6B6B. Windows color (decimal): -4445206 or 15346620. OLE color: 15346620.

HSL color Cylindrical-coordinate representation of color #BC2BEA: hue angle of 285.55º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2BEA is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 43 234 -
CMYK 0.20 0.82 0 0.08
HSL 285.55º 0.82% 0.54% -
HSV(B) 285.55º 0.82% 0.92% -
XYZ 36.45 18.36 79.46 -
YUV 108.13 199.04 184.97 -
System Red Green Blue C M Y K H S L
Decimal 188 43 234 0.20 0.82 0 0.08 285.55 0.82 0.54
Hex BC 2B EA 14 52 0 8 11E 52 36
Octal 274 53 352 24 122 0 10 436 122 66
Binary 10111100 101011 11101010 10100 1010010 0 1000 100011110 1010010 110110

Color Harmonies of #BC2BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BEA

Black with #BC2BEA

Text Example


Text Example

White with #BC2BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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