Html Css Color HEX #B32DED Dark Orchid

📋 copy color: '#B32DED'

red 179 ◦ green 45 ◦ blue 237

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

Shades of Dark Orchid #B32DED

Tints of Dark Orchid #B32DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.41%

R = 38.83%
G = 9.76%
B = 51.41%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B32DED (or 0xB32DED) is known color: Dark Orchid. HEX triplet: B3, 2D and ED. RGB value is (179,45,237). Sum of RGB (Red+Green+Blue) = 179+45+237=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #B32DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32DED is #4CD212. Grayscale: #6A6A6A. Windows color (decimal): -5034515 or 15543731. OLE color: 15543731.

HSL color Cylindrical-coordinate representation of color #B32DED: hue angle of 281.88º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32DED is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 45 237 -
CMYK 0.24 0.81 0 0.07
HSL 281.88º 0.84% 0.55% -
HSV(B) 281.88º 0.81% 0.93% -
XYZ 34.81 17.57 81.68 -
YUV 106.95 201.39 179.39 -
System Red Green Blue C M Y K H S L
Decimal 179 45 237 0.24 0.81 0 0.07 281.88 0.84 0.55
Hex B3 2D ED 18 51 0 7 11A 54 37
Octal 263 55 355 30 121 0 7 432 124 67
Binary 10110011 101101 11101101 11000 1010001 0 111 100011010 1010100 110111

Color Harmonies of #B32DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32DED

Black with #B32DED

Text Example


Text Example

White with #B32DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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