Html Css Color HEX #B32EDF Dark Orchid

📋 copy color: '#B32EDF'

red 179 ◦ green 46 ◦ blue 223

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

Shades of Dark Orchid #B32EDF

Tints of Dark Orchid #B32EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 39.96%
G = 10.27%
B = 49.78%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B32EDF (or 0xB32EDF) is known color: Dark Orchid. HEX triplet: B3, 2E and DF. RGB value is (179,46,223). Sum of RGB (Red+Green+Blue) = 179+46+223=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #B32EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32EDF is #4CD120. Grayscale: #696969. Windows color (decimal): -5034273 or 14626483. OLE color: 14626483.

HSL color Cylindrical-coordinate representation of color #B32EDF: hue angle of 285.08º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32EDF is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 46 223 -
CMYK 0.20 0.79 0 0.13
HSL 285.08º 0.73% 0.53% -
HSV(B) 285.08º 0.79% 0.87% -
XYZ 32.89 16.87 71.33 -
YUV 105.95 194.06 180.11 -
System Red Green Blue C M Y K H S L
Decimal 179 46 223 0.20 0.79 0 0.13 285.08 0.73 0.53
Hex B3 2E DF 14 4F 0 D 11D 49 35
Octal 263 56 337 24 117 0 15 435 111 65
Binary 10110011 101110 11011111 10100 1001111 0 1101 100011101 1001001 110101

Color Harmonies of #B32EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32EDF

Black with #B32EDF

Text Example


Text Example

White with #B32EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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