#B133CC

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

Shades of Dark Orchid #B133CC

Tints of Dark Orchid #B133CC

Color information

#B133CC (or 0xB133CC) is unknown color: approx Dark Orchid. HEX triplet: B1, 33 and CC. RGB value is (177,51,204). Sum of RGB (Red+Green+Blue) = 177+51+204=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #B133CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133CC is #4ECC33. Grayscale: #696969. Windows color (decimal): -5164084 or 13382577. OLE color: 13382577.

HSL color Cylindrical-coordinate representation of color #B133CC: hue angle of 289.41º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B133CC is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17751204-
CMYK0.130.7500.2
HSL289.41º60%50%-
HSV(B)289.41º75%80%-
XYZ30.2116.0758.64-
YUV106.12183.24178.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 51 (20.31% from 255) = 11.81%
BLUE value IS 204 (80.08% from 255) = 47.22%
R=40.97%
G=11.81%
B=47.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal177512040.130.7500.2289.416050
HexB133CCD4B0141213c32
Octal26163314151130244417462
Binary101100011100111100110011011001011010100100100001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B133CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B133CC; }

 p { color: rgb(177,51,204); }

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

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

 a { background-color: rgb(177,51,204); }

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

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

 span { border-color: rgb(177,51,204); }

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