Html Css Color HEX #B325DE Dark Orchid

📋 copy color: '#B325DE'

red 179 ◦ green 37 ◦ blue 222

#B325DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B325DE

Tints of Dark Orchid #B325DE

RGB

 RED value IS 179 (70.31% from 255) = 40.87%

 GREEN value IS 37 (14.84% from 255) = 8.45%

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 40.87%
G = 8.45%
B = 50.68%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B325DE (or 0xB325DE) is known color: Dark Orchid. HEX triplet: B3, 25 and DE. RGB value is (179,37,222). Sum of RGB (Red+Green+Blue) = 179+37+222=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #B325DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325DE is #4CDA21. Grayscale: #636363. Windows color (decimal): -5036578 or 14558643. OLE color: 14558643.

HSL color Cylindrical-coordinate representation of color #B325DE: hue angle of 286.05º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B325DE is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 37 222 -
CMYK 0.19 0.83 0 0.13
HSL 286.05º 0.74% 0.51% -
HSV(B) 286.05º 0.83% 0.87% -
XYZ 32.44 16.18 70.52 -
YUV 100.55 196.54 183.96 -
System Red Green Blue C M Y K H S L
Decimal 179 37 222 0.19 0.83 0 0.13 286.05 0.74 0.51
Hex B3 25 DE 13 53 0 D 11E 4A 33
Octal 263 45 336 23 123 0 15 436 112 63
Binary 10110011 100101 11011110 10011 1010011 0 1101 100011110 1001010 110011

Color Harmonies of #B325DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B325DE

Black with #B325DE

Text Example


Text Example

White with #B325DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B325DE; }

 p { color: rgb(179,37,222); }

 H1.HeaderClassName
 {
   color: #B325DE;
 }
 .AnyTagClassName
 {
   color: #B325DE;
 }
</style>

background-color css

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

 a { background-color: rgb(179,37,222); }

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

border-color css

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

 span { border-color: rgb(179,37,222); }

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