#CB4BBE

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

Shades of Fuchsia #CB4BBE

Tints of Fuchsia #CB4BBE

Color information

#CB4BBE (or 0xCB4BBE) is unknown color: approx Fuchsia. HEX triplet: CB, 4B and BE. RGB value is (203,75,190). Sum of RGB (Red+Green+Blue) = 203+75+190=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BBE is #34B441. Grayscale: #7E7E7E. Windows color (decimal): -3454018 or 12471243. OLE color: 12471243.

HSL color Cylindrical-coordinate representation of color #CB4BBE: hue angle of 306.09º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4BBE is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB20375190-
CMYK00.630.060.20
HSL306.09º55.17%54.51%-
HSV(B)306.09º63.05%79.61%-
XYZ36.4421.4550.93-
YUV126.38163.91182.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 75 (29.69% from 255) = 16.03%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=43.38%
G=16.03%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037519000.630.060.20306.0955.1754.51
HexCB4BBE03F6141323737
Octal3131132760776244626767
Binary11001011100101110111110011111111010100100110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4BBE; }

 p { color: rgb(203,75,190); }

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

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

 a { background-color: rgb(203,75,190); }

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

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

 span { border-color: rgb(203,75,190); }

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