#B338CC

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

Shades of Dark Orchid #B338CC

Tints of Dark Orchid #B338CC

Color information

#B338CC (or 0xB338CC) is unknown color: approx Dark Orchid. HEX triplet: B3, 38 and CC. RGB value is (179,56,204). Sum of RGB (Red+Green+Blue) = 179+56+204=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #B338CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B338CC is #4CC733. Grayscale: #6D6D6D. Windows color (decimal): -5031732 or 13383859. OLE color: 13383859.

HSL color Cylindrical-coordinate representation of color #B338CC: hue angle of 289.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B338CC is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17956204-
CMYK0.120.7300.2
HSL289.86º59.2%50.98%-
HSV(B)289.86º72.55%80%-
XYZ30.916.7758.74-
YUV109.65181.25177.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 56 (22.27% from 255) = 12.76%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=40.77%
G=12.76%
B=46.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal179562040.120.7300.2289.8659.250.98
HexB338CCC490141223b33
Octal26370314141110244427363
Binary101100111110001100110011001001001010100100100010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B338CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B338CC; }

 p { color: rgb(179,56,204); }

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

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

 a { background-color: rgb(179,56,204); }

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

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

 span { border-color: rgb(179,56,204); }

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