Html Css Color HEX #CB00FB Electric Purple

📋 copy color: '#CB00FB'

red 203 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #CB00FB

Tints of Electric Purple #CB00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 251 (98.44% from 255) = 55.29%

R = 44.71%
G = 0%
B = 55.29%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB00FB (or 0xCB00FB) is known color: Electric Purple. HEX triplet: CB, 00 and FB. RGB value is (203,0,251). Sum of RGB (Red+Green+Blue) = 203+0+251=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB00FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB00FB is #34FF04. Grayscale: #585858. Windows color (decimal): -3473157 or 16449739. OLE color: 16449739.

HSL color Cylindrical-coordinate representation of color #CB00FB: hue angle of 288.53º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00FB is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 0 251 -
CMYK 0.19 1 0 0.02
HSL 288.53º 1% 0.49% -
HSV(B) 288.53º 1% 0.98% -
XYZ 42.04 19.66 92.85 -
YUV 89.31 219.25 209.09 -
System Red Green Blue C M Y K H S L
Decimal 203 0 251 0.19 1 0 0.02 288.53 1 0.49
Hex CB 0 FB 13 64 0 2 121 64 31
Octal 313 0 373 23 144 0 2 441 144 61
Binary 11001011 0 11111011 10011 1100100 0 10 100100001 1100100 110001

Color Harmonies of #CB00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00FB

Black with #CB00FB

Text Example


Text Example

White with #CB00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00FB; }

 p { color: rgb(203,0,251); }

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

background-color css

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

 a { background-color: rgb(203,0,251); }

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

border-color css

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

 span { border-color: rgb(203,0,251); }

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