#B225E8

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

Shades of Dark Orchid #B225E8

Tints of Dark Orchid #B225E8

Color information

#B225E8 (or 0xB225E8) is unknown color: approx Dark Orchid. HEX triplet: B2, 25 and E8. RGB value is (178,37,232). Sum of RGB (Red+Green+Blue) = 178+37+232=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 232 (91.02% from 255 or 51.90% from 447); Max value from RGB is 232 - color contains mainly: blue. Hex color #B225E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B225E8 is #4DDA17. Grayscale: #646464. Windows color (decimal): -5102104 or 15214002. OLE color: 15214002.

HSL color Cylindrical-coordinate representation of color #B225E8: hue angle of 283.38º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B225E8 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17837232-
CMYK0.230.8400.09
HSL283.38º80.91%52.75%-
HSV(B)283.38º84.05%90.98%-
XYZ33.5916.6177.78-
YUV101.39201.71182.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 37 (14.84% from 255) = 8.28%
BLUE value IS 232 (91.02% from 255) = 51.90%
R=39.82%
G=8.28%
B=51.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal178372320.230.8400.09283.3880.9152.75
HexB225E817540911b5135
Octal262453502712401143312165
Binary1011001010010111101000101111010100010011000110111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B225E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B225E8; }

 p { color: rgb(178,37,232); }

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

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

 a { background-color: rgb(178,37,232); }

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

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

 span { border-color: rgb(178,37,232); }

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