Html Css Color HEX #CB29FB Electric Purple

📋 copy color: '#CB29FB'

red 203 ◦ green 41 ◦ blue 251

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

Shades of Electric Purple #CB29FB

Tints of Electric Purple #CB29FB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.28%

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

R = 41.01%
G = 8.28%
B = 50.71%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB29FB (or 0xCB29FB) is known color: Electric Purple. HEX triplet: CB, 29 and FB. RGB value is (203,41,251). Sum of RGB (Red+Green+Blue) = 203+41+251=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 41 (16.41% from 255 or 8.28% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB29FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB29FB is #34D604. Grayscale: #707070. Windows color (decimal): -3462661 or 16460235. OLE color: 16460235.

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

Color convert

RGB 203 41 251 -
CMYK 0.19 0.84 0 0.02
HSL 286.29º 0.96% 0.57% -
HSV(B) 286.29º 0.84% 0.98% -
XYZ 42.83 21.25 93.11 -
YUV 113.38 205.67 191.92 -
System Red Green Blue C M Y K H S L
Decimal 203 41 251 0.19 0.84 0 0.02 286.29 0.96 0.57
Hex CB 29 FB 13 54 0 2 11E 60 39
Octal 313 51 373 23 124 0 2 436 140 71
Binary 11001011 101001 11111011 10011 1010100 0 10 100011110 1100000 111001

Color Harmonies of #CB29FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB29FB

Black with #CB29FB

Text Example


Text Example

White with #CB29FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB29FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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