Html Css Color HEX #BC0CEB Electric Purple

📋 copy color: '#BC0CEB'

red 188 ◦ green 12 ◦ blue 235

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

Shades of Electric Purple #BC0CEB

Tints of Electric Purple #BC0CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.76%

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

R = 43.22%
G = 2.76%
B = 54.02%

CMYK

 C value IS 0.2

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC0CEB (or 0xBC0CEB) is known color: Electric Purple. HEX triplet: BC, 0C and EB. RGB value is (188,12,235). Sum of RGB (Red+Green+Blue) = 188+12+235=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC0CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0CEB is #43F314. Grayscale: #595959. Windows color (decimal): -4453141 or 15404220. OLE color: 15404220.

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

Color convert

RGB 188 12 235 -
CMYK 0.2 0.95 0 0.08
HSL 287.35º 0.9% 0.48% -
HSV(B) 287.35º 0.95% 0.92% -
XYZ 35.87 16.95 79.98 -
YUV 90.05 209.81 197.87 -
System Red Green Blue C M Y K H S L
Decimal 188 12 235 0.2 0.95 0 0.08 287.35 0.9 0.48
Hex BC C EB 14 5F 0 8 11F 5A 30
Octal 274 14 353 24 137 0 10 437 132 60
Binary 10111100 1100 11101011 10100 1011111 0 1000 100011111 1011010 110000

Color Harmonies of #BC0CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CEB

Black with #BC0CEB

Text Example


Text Example

White with #BC0CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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