#C30BF3

Color #C30BF3 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C30BF3

Tints of Electric Purple #C30BF3

Color information

#C30BF3 (or 0xC30BF3) is unknown color: approx Electric Purple. HEX triplet: C3, 0B and F3. RGB value is (195,11,243). Sum of RGB (Red+Green+Blue) = 195+11+243=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #C30BF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30BF3 is #3CF40C. Grayscale: #5B5B5B. Windows color (decimal): -3994637 or 15928259. OLE color: 15928259.

HSL color Cylindrical-coordinate representation of color #C30BF3: hue angle of 287.59º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30BF3 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19511243-
CMYK0.200.9500.05
HSL287.59º91.34%49.8%-
HSV(B)287.59º95.47%95.29%-
XYZ38.818.3186.28-
YUV92.46212.96201.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 11 (4.69% from 255) = 2.45%
BLUE value IS 243 (95.31% from 255) = 54.12%
R=43.43%
G=2.45%
B=54.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195112430.200.9500.05287.5991.3449.8
HexC3BF3145F051205b32
Octal30313363241370544013362
Binary1100001110111111001110100101111101011001000001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30BF3; }

 p { color: rgb(195,11,243); }

 H1.HeaderClassName
 {
   color: #C30BF3;
 }
 .AnyTagClassName
 {
   color: #C30BF3;
 }
</style>
background-color css

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

 a { background-color: rgb(195,11,243); }

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

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

 span { border-color: rgb(195,11,243); }

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