Html Css Color HEX #B325B9 Dark Orchid

📋 copy color: '#B325B9'

red 179 ◦ green 37 ◦ blue 185

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

Shades of Dark Orchid #B325B9

Tints of Dark Orchid #B325B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.13%

R = 44.64%
G = 9.23%
B = 46.13%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B325B9 (or 0xB325B9) is known color: Dark Orchid. HEX triplet: B3, 25 and B9. RGB value is (179,37,185). Sum of RGB (Red+Green+Blue) = 179+37+185=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 185 - color contains mainly: blue. Hex color #B325B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325B9 is #4CDA46. Grayscale: #5F5F5F. Windows color (decimal): -5036615 or 12133811. OLE color: 12133811.

HSL color Cylindrical-coordinate representation of color #B325B9: hue angle of 297.57º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B325B9 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 37 185 -
CMYK 0.03 0.80 0 0.27
HSL 297.57º 0.67% 0.44% -
HSV(B) 297.57º 0.8% 0.73% -
XYZ 28.01 14.41 47.2 -
YUV 96.33 178.04 186.97 -
System Red Green Blue C M Y K H S L
Decimal 179 37 185 0.03 0.80 0 0.27 297.57 0.67 0.44
Hex B3 25 B9 3 50 0 1B 12A 43 2C
Octal 263 45 271 3 120 0 33 452 103 54
Binary 10110011 100101 10111001 11 1010000 0 11011 100101010 1000011 101100

Color Harmonies of #B325B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B325B9

Black with #B325B9

Text Example


Text Example

White with #B325B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B325B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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