Html Css Color HEX #BC2CEB Dark Orchid

📋 copy color: '#BC2CEB'

red 188 ◦ green 44 ◦ blue 235

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

Shades of Dark Orchid #BC2CEB

Tints of Dark Orchid #BC2CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 40.26%
G = 9.42%
B = 50.32%

CMYK

 C value IS 0.2

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC2CEB (or 0xBC2CEB) is known color: Dark Orchid. HEX triplet: BC, 2C and EB. RGB value is (188,44,235). Sum of RGB (Red+Green+Blue) = 188+44+235=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC2CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2CEB is #43D314. Grayscale: #6C6C6C. Windows color (decimal): -4444949 or 15412412. OLE color: 15412412.

HSL color Cylindrical-coordinate representation of color #BC2CEB: hue angle of 285.24º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2CEB is Cyan = 0.2, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 44 235 -
CMYK 0.2 0.81 0 0.08
HSL 285.24º 0.83% 0.55% -
HSV(B) 285.24º 0.81% 0.92% -
XYZ 36.64 18.49 80.24 -
YUV 108.83 199.21 184.47 -
System Red Green Blue C M Y K H S L
Decimal 188 44 235 0.2 0.81 0 0.08 285.24 0.83 0.55
Hex BC 2C EB 14 51 0 8 11D 53 37
Octal 274 54 353 24 121 0 10 435 123 67
Binary 10111100 101100 11101011 10100 1010001 0 1000 100011101 1010011 110111

Color Harmonies of #BC2CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CEB

Black with #BC2CEB

Text Example


Text Example

White with #BC2CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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