Html Css Color HEX #B32FD7 Dark Orchid

📋 copy color: '#B32FD7'

red 179 ◦ green 47 ◦ blue 215

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

Shades of Dark Orchid #B32FD7

Tints of Dark Orchid #B32FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.75%

R = 40.59%
G = 10.66%
B = 48.75%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B32FD7 (or 0xB32FD7) is known color: Dark Orchid. HEX triplet: B3, 2F and D7. RGB value is (179,47,215). Sum of RGB (Red+Green+Blue) = 179+47+215=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #B32FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FD7 is #4CD028. Grayscale: #696969. Windows color (decimal): -5034025 or 14102451. OLE color: 14102451.

HSL color Cylindrical-coordinate representation of color #B32FD7: hue angle of 287.14º degrees, saturation: 0.68, 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 #B32FD7 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 47 215 -
CMYK 0.17 0.78 0 0.16
HSL 287.14º 0.68% 0.51% -
HSV(B) 287.14º 0.78% 0.84% -
XYZ 31.87 16.52 65.8 -
YUV 105.62 189.73 180.34 -
System Red Green Blue C M Y K H S L
Decimal 179 47 215 0.17 0.78 0 0.16 287.14 0.68 0.51
Hex B3 2F D7 11 4E 0 10 11F 44 33
Octal 263 57 327 21 116 0 20 437 104 63
Binary 10110011 101111 11010111 10001 1001110 0 10000 100011111 1000100 110011

Color Harmonies of #B32FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FD7

Black with #B32FD7

Text Example


Text Example

White with #B32FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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