Html Css Color HEX #CB1BEE Electric Purple

📋 copy color: '#CB1BEE'

red 203 ◦ green 27 ◦ blue 238

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

Shades of Electric Purple #CB1BEE

Tints of Electric Purple #CB1BEE

RGB

 RED value IS 203 (79.69% from 255) = 43.38%

 GREEN value IS 27 (10.94% from 255) = 5.77%

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 43.38%
G = 5.77%
B = 50.85%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB1BEE (or 0xCB1BEE) is known color: Electric Purple. HEX triplet: CB, 1B and EE. RGB value is (203,27,238). Sum of RGB (Red+Green+Blue) = 203+27+238=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 27 (10.94% from 255 or 5.77% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB1BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1BEE is #34E411. Grayscale: #676767. Windows color (decimal): -3466258 or 15604683. OLE color: 15604683.

HSL color Cylindrical-coordinate representation of color #CB1BEE: hue angle of 290.05º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1BEE is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 27 238 -
CMYK 0.15 0.89 0 0.07
HSL 290.05º 0.86% 0.52% -
HSV(B) 290.05º 0.89% 0.93% -
XYZ 40.45 19.65 82.55 -
YUV 103.68 203.81 198.84 -
System Red Green Blue C M Y K H S L
Decimal 203 27 238 0.15 0.89 0 0.07 290.05 0.86 0.52
Hex CB 1B EE F 59 0 7 122 56 34
Octal 313 33 356 17 131 0 7 442 126 64
Binary 11001011 11011 11101110 1111 1011001 0 111 100100010 1010110 110100

Color Harmonies of #CB1BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1BEE

Black with #CB1BEE

Text Example


Text Example

White with #CB1BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1BEE; }

 p { color: rgb(203,27,238); }

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

background-color css

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

 a { background-color: rgb(203,27,238); }

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

border-color css

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

 span { border-color: rgb(203,27,238); }

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