Html Css Color HEX #B32ED7 Dark Orchid

📋 copy color: '#B32ED7'

red 179 ◦ green 46 ◦ blue 215

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

Shades of Dark Orchid #B32ED7

Tints of Dark Orchid #B32ED7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.45%

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

R = 40.68%
G = 10.45%
B = 48.86%

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

#B32ED7 (or 0xB32ED7) is known color: Dark Orchid. HEX triplet: B3, 2E and D7. RGB value is (179,46,215). Sum of RGB (Red+Green+Blue) = 179+46+215=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #B32ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32ED7 is #4CD128. Grayscale: #686868. Windows color (decimal): -5034281 or 14102195. OLE color: 14102195.

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

Color convert

RGB 179 46 215 -
CMYK 0.17 0.79 0 0.16
HSL 287.22º 0.68% 0.51% -
HSV(B) 287.22º 0.79% 0.84% -
XYZ 31.83 16.44 65.79 -
YUV 105.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 179 46 215 0.17 0.79 0 0.16 287.22 0.68 0.51
Hex B3 2E D7 11 4F 0 10 11F 44 33
Octal 263 56 327 21 117 0 20 437 104 63
Binary 10110011 101110 11010111 10001 1001111 0 10000 100011111 1000100 110011

Color Harmonies of #B32ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32ED7

Black with #B32ED7

Text Example


Text Example

White with #B32ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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