#B330D7

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

Shades of Dark Orchid #B330D7

Tints of Dark Orchid #B330D7

Color information

#B330D7 (or 0xB330D7) is unknown color: approx Dark Orchid. HEX triplet: B3, 30 and D7. RGB value is (179,48,215). Sum of RGB (Red+Green+Blue) = 179+48+215=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 215 - color contains mainly: blue. Hex color #B330D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330D7 is #4CCF28. Grayscale: #696969. Windows color (decimal): -5033769 or 14102707. OLE color: 14102707.

HSL color Cylindrical-coordinate representation of color #B330D7: hue angle of 287.07º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B330D7 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17948215-
CMYK0.170.7800.16
HSL287.07º67.61%51.57%-
HSV(B)287.07º77.67%84.31%-
XYZ31.9116.665.81-
YUV106.21189.4179.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 48 (19.14% from 255) = 10.86%
BLUE value IS 215 (84.38% from 255) = 48.64%
R=40.50%
G=10.86%
B=48.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal179482150.170.7800.16287.0767.6151.57
HexB330D7114E01011f4434
Octal263603272111602043710464
Binary10110011110000110101111000110011100100001000111111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B330D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B330D7; }

 p { color: rgb(179,48,215); }

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

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

 a { background-color: rgb(179,48,215); }

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

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

 span { border-color: rgb(179,48,215); }

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