Html Css Color HEX #B32FD0 Dark Orchid

📋 copy color: '#B32FD0'

red 179 ◦ green 47 ◦ blue 208

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

Shades of Dark Orchid #B32FD0

Tints of Dark Orchid #B32FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.93%

R = 41.24%
G = 10.83%
B = 47.93%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B32FD0 (or 0xB32FD0) is known color: Dark Orchid. HEX triplet: B3, 2F and D0. RGB value is (179,47,208). Sum of RGB (Red+Green+Blue) = 179+47+208=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #B32FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FD0 is #4CD02F. Grayscale: #686868. Windows color (decimal): -5034032 or 13643699. OLE color: 13643699.

HSL color Cylindrical-coordinate representation of color #B32FD0: hue angle of 289.19º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32FD0 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 47 208 -
CMYK 0.14 0.77 0 0.18
HSL 289.19º 0.63% 0.5% -
HSV(B) 289.19º 0.77% 0.82% -
XYZ 30.99 16.17 61.16 -
YUV 104.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 179 47 208 0.14 0.77 0 0.18 289.19 0.63 0.5
Hex B3 2F D0 E 4D 0 12 121 3F 32
Octal 263 57 320 16 115 0 22 441 77 62
Binary 10110011 101111 11010000 1110 1001101 0 10010 100100001 111111 110010

Color Harmonies of #B32FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FD0

Black with #B32FD0

Text Example


Text Example

White with #B32FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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