Html Css Color HEX #B32DD7 Dark Orchid

📋 copy color: '#B32DD7'

red 179 ◦ green 45 ◦ blue 215

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

Shades of Dark Orchid #B32DD7

Tints of Dark Orchid #B32DD7

RGB

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

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

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

R = 40.77%
G = 10.25%
B = 48.97%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B32DD7 (or 0xB32DD7) is known color: Dark Orchid. HEX triplet: B3, 2D and D7. RGB value is (179,45,215). Sum of RGB (Red+Green+Blue) = 179+45+215=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #B32DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DD7 is #4CD228. Grayscale: #676767. Windows color (decimal): -5034537 or 14101939. OLE color: 14101939.

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

Color convert

RGB 179 45 215 -
CMYK 0.17 0.79 0 0.16
HSL 287.29º 0.68% 0.51% -
HSV(B) 287.29º 0.79% 0.84% -
XYZ 31.79 16.37 65.77 -
YUV 104.45 190.39 181.18 -
System Red Green Blue C M Y K H S L
Decimal 179 45 215 0.17 0.79 0 0.16 287.29 0.68 0.51
Hex B3 2D D7 11 4F 0 10 11F 44 33
Octal 263 55 327 21 117 0 20 437 104 63
Binary 10110011 101101 11010111 10001 1001111 0 10000 100011111 1000100 110011

Color Harmonies of #B32DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32DD7

Black with #B32DD7

Text Example


Text Example

White with #B32DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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