Html Css Color HEX #B32EDB Dark Orchid

📋 copy color: '#B32EDB'

red 179 ◦ green 46 ◦ blue 219

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

Shades of Dark Orchid #B32EDB

Tints of Dark Orchid #B32EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 40.32%
G = 10.36%
B = 49.32%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B32EDB (or 0xB32EDB) is known color: Dark Orchid. HEX triplet: B3, 2E and DB. RGB value is (179,46,219). Sum of RGB (Red+Green+Blue) = 179+46+219=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #B32EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32EDB is #4CD124. Grayscale: #686868. Windows color (decimal): -5034277 or 14364339. OLE color: 14364339.

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

Color convert

RGB 179 46 219 -
CMYK 0.18 0.79 0 0.14
HSL 286.13º 0.71% 0.52% -
HSV(B) 286.13º 0.79% 0.86% -
XYZ 32.35 16.65 68.53 -
YUV 105.49 192.06 180.43 -
System Red Green Blue C M Y K H S L
Decimal 179 46 219 0.18 0.79 0 0.14 286.13 0.71 0.52
Hex B3 2E DB 12 4F 0 E 11E 47 34
Octal 263 56 333 22 117 0 16 436 107 64
Binary 10110011 101110 11011011 10010 1001111 0 1110 100011110 1000111 110100

Color Harmonies of #B32EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32EDB

Black with #B32EDB

Text Example


Text Example

White with #B32EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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