Html Css Color HEX #B32FDC Dark Orchid

📋 copy color: '#B32FDC'

red 179 ◦ green 47 ◦ blue 220

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

Shades of Dark Orchid #B32FDC

Tints of Dark Orchid #B32FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 40.13%
G = 10.54%
B = 49.33%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B32FDC (or 0xB32FDC) is known color: Dark Orchid. HEX triplet: B3, 2F and DC. RGB value is (179,47,220). Sum of RGB (Red+Green+Blue) = 179+47+220=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #B32FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FDC is #4CD023. Grayscale: #696969. Windows color (decimal): -5034020 or 14430131. OLE color: 14430131.

HSL color Cylindrical-coordinate representation of color #B32FDC: hue angle of 285.78º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32FDC is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 47 220 -
CMYK 0.19 0.79 0 0.14
HSL 285.78º 0.71% 0.52% -
HSV(B) 285.78º 0.79% 0.86% -
XYZ 32.53 16.78 69.24 -
YUV 106.19 192.23 179.93 -
System Red Green Blue C M Y K H S L
Decimal 179 47 220 0.19 0.79 0 0.14 285.78 0.71 0.52
Hex B3 2F DC 13 4F 0 E 11E 47 34
Octal 263 57 334 23 117 0 16 436 107 64
Binary 10110011 101111 11011100 10011 1001111 0 1110 100011110 1000111 110100

Color Harmonies of #B32FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FDC

Black with #B32FDC

Text Example


Text Example

White with #B32FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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