Html Css Color HEX #B32DBF Dark Orchid

📋 copy color: '#B32DBF'

red 179 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #B32DBF

Tints of Dark Orchid #B32DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.84%

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

R = 43.13%
G = 10.84%
B = 46.02%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B32DBF (or 0xB32DBF) is known color: Dark Orchid. HEX triplet: B3, 2D and BF. RGB value is (179,45,191). Sum of RGB (Red+Green+Blue) = 179+45+191=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #B32DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DBF is #4CD240. Grayscale: #656565. Windows color (decimal): -5034561 or 12529075. OLE color: 12529075.

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

Color convert

RGB 179 45 191 -
CMYK 0.06 0.76 0 0.25
HSL 295.07º 0.62% 0.46% -
HSV(B) 295.07º 0.76% 0.75% -
XYZ 28.93 15.22 50.7 -
YUV 101.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 179 45 191 0.06 0.76 0 0.25 295.07 0.62 0.46
Hex B3 2D BF 6 4C 0 19 127 3E 2E
Octal 263 55 277 6 114 0 31 447 76 56
Binary 10110011 101101 10111111 110 1001100 0 11001 100100111 111110 101110

Color Harmonies of #B32DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32DBF

Black with #B32DBF

Text Example


Text Example

White with #B32DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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