Html Css Color HEX #B325BF Dark Orchid

📋 copy color: '#B325BF'

red 179 ◦ green 37 ◦ blue 191

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

Shades of Dark Orchid #B325BF

Tints of Dark Orchid #B325BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.93%

R = 43.98%
G = 9.09%
B = 46.93%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B325BF (or 0xB325BF) is known color: Dark Orchid. HEX triplet: B3, 25 and BF. RGB value is (179,37,191). Sum of RGB (Red+Green+Blue) = 179+37+191=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #B325BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325BF is #4CDA40. Grayscale: #606060. Windows color (decimal): -5036609 or 12527027. OLE color: 12527027.

HSL color Cylindrical-coordinate representation of color #B325BF: hue angle of 295.32º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B325BF is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 37 191 -
CMYK 0.06 0.81 0 0.25
HSL 295.32º 0.68% 0.45% -
HSV(B) 295.32º 0.81% 0.75% -
XYZ 28.66 14.67 50.61 -
YUV 97.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 179 37 191 0.06 0.81 0 0.25 295.32 0.68 0.45
Hex B3 25 BF 6 51 0 19 127 44 2D
Octal 263 45 277 6 121 0 31 447 104 55
Binary 10110011 100101 10111111 110 1010001 0 11001 100100111 1000100 101101

Color Harmonies of #B325BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B325BF

Black with #B325BF

Text Example


Text Example

White with #B325BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B325BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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