Html Css Color HEX #B325BA Dark Orchid

📋 copy color: '#B325BA'

red 179 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #B325BA

Tints of Dark Orchid #B325BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 44.53%
G = 9.2%
B = 46.27%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B325BA (or 0xB325BA) is known color: Dark Orchid. HEX triplet: B3, 25 and BA. RGB value is (179,37,186). Sum of RGB (Red+Green+Blue) = 179+37+186=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #B325BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325BA is #4CDA45. Grayscale: #5F5F5F. Windows color (decimal): -5036614 or 12199347. OLE color: 12199347.

HSL color Cylindrical-coordinate representation of color #B325BA: hue angle of 297.18º 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 #B325BA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 37 186 -
CMYK 0.04 0.80 0 0.27
HSL 297.18º 0.67% 0.44% -
HSV(B) 297.18º 0.8% 0.73% -
XYZ 28.11 14.45 47.76 -
YUV 96.44 178.54 186.88 -
System Red Green Blue C M Y K H S L
Decimal 179 37 186 0.04 0.80 0 0.27 297.18 0.67 0.44
Hex B3 25 BA 4 50 0 1B 129 43 2C
Octal 263 45 272 4 120 0 33 451 103 54
Binary 10110011 100101 10111010 100 1010000 0 11011 100101001 1000011 101100

Color Harmonies of #B325BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B325BA

Black with #B325BA

Text Example


Text Example

White with #B325BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B325BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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