Html Css Color HEX #B32FD5 Dark Orchid

📋 copy color: '#B32FD5'

red 179 ◦ green 47 ◦ blue 213

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

Shades of Dark Orchid #B32FD5

Tints of Dark Orchid #B32FD5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.71%

 BLUE value IS 213 (83.59% from 255) = 48.52%

R = 40.77%
G = 10.71%
B = 48.52%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B32FD5 (or 0xB32FD5) is known color: Dark Orchid. HEX triplet: B3, 2F and D5. RGB value is (179,47,213). Sum of RGB (Red+Green+Blue) = 179+47+213=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #B32FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FD5 is #4CD02A. Grayscale: #686868. Windows color (decimal): -5034027 or 13971379. OLE color: 13971379.

HSL color Cylindrical-coordinate representation of color #B32FD5: hue angle of 287.71º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32FD5 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 47 213 -
CMYK 0.16 0.78 0 0.16
HSL 287.71º 0.66% 0.51% -
HSV(B) 287.71º 0.78% 0.84% -
XYZ 31.62 16.42 64.45 -
YUV 105.39 188.73 180.5 -
System Red Green Blue C M Y K H S L
Decimal 179 47 213 0.16 0.78 0 0.16 287.71 0.66 0.51
Hex B3 2F D5 10 4E 0 10 120 42 33
Octal 263 57 325 20 116 0 20 440 102 63
Binary 10110011 101111 11010101 10000 1001110 0 10000 100100000 1000010 110011

Color Harmonies of #B32FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FD5

Black with #B32FD5

Text Example


Text Example

White with #B32FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FD5; }

 p { color: rgb(179,47,213); }

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

background-color css

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

 a { background-color: rgb(179,47,213); }

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

border-color css

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

 span { border-color: rgb(179,47,213); }

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