#B230D7

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

Shades of Dark Orchid #B230D7

Tints of Dark Orchid #B230D7

Color information

#B230D7 (or 0xB230D7) is unknown color: approx Dark Orchid. HEX triplet: B2, 30 and D7. RGB value is (178,48,215). Sum of RGB (Red+Green+Blue) = 178+48+215=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #B230D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B230D7 is #4DCF28. Grayscale: #696969. Windows color (decimal): -5099305 or 14102706. OLE color: 14102706.

HSL color Cylindrical-coordinate representation of color #B230D7: hue angle of 286.71º 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 #B230D7 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17848215-
CMYK0.170.7800.16
HSL286.71º67.61%51.57%-
HSV(B)286.71º77.67%84.31%-
XYZ31.6816.4965.8-
YUV105.91189.57179.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 48 (19.14% from 255) = 10.88%
BLUE value IS 215 (84.38% from 255) = 48.75%
R=40.36%
G=10.88%
B=48.75%

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
Decimal178482150.170.7800.16286.7167.6151.57
HexB230D7114E01011f4434
Octal262603272111602043710464
Binary10110010110000110101111000110011100100001000111111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B230D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B230D7; }

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

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

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

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

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

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

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

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