Html Css Color HEX #B32EF1 Dark Orchid

📋 copy color: '#B32EF1'

red 179 ◦ green 46 ◦ blue 241

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

Shades of Dark Orchid #B32EF1

Tints of Dark Orchid #B32EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.72%

R = 38.41%
G = 9.87%
B = 51.72%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B32EF1 (or 0xB32EF1) is known color: Dark Orchid. HEX triplet: B3, 2E and F1. RGB value is (179,46,241). Sum of RGB (Red+Green+Blue) = 179+46+241=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #B32EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32EF1 is #4CD10E. Grayscale: #6B6B6B. Windows color (decimal): -5034255 or 15806131. OLE color: 15806131.

HSL color Cylindrical-coordinate representation of color #B32EF1: hue angle of 280.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32EF1 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 46 241 -
CMYK 0.26 0.81 0 0.05
HSL 280.92º 0.87% 0.56% -
HSV(B) 280.92º 0.81% 0.95% -
XYZ 35.44 17.89 84.8 -
YUV 108 203.06 178.64 -
System Red Green Blue C M Y K H S L
Decimal 179 46 241 0.26 0.81 0 0.05 280.92 0.87 0.56
Hex B3 2E F1 1A 51 0 5 119 57 38
Octal 263 56 361 32 121 0 5 431 127 70
Binary 10110011 101110 11110001 11010 1010001 0 101 100011001 1010111 111000

Color Harmonies of #B32EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32EF1

Black with #B32EF1

Text Example


Text Example

White with #B32EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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