Html Css Color HEX #B323E5 Dark Orchid

📋 copy color: '#B323E5'

red 179 ◦ green 35 ◦ blue 229

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

Shades of Dark Orchid #B323E5

Tints of Dark Orchid #B323E5

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.9%

 BLUE value IS 229 (89.84% from 255) = 51.69%

R = 40.41%
G = 7.9%
B = 51.69%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B323E5 (or 0xB323E5) is known color: Dark Orchid. HEX triplet: B3, 23 and E5. RGB value is (179,35,229). Sum of RGB (Red+Green+Blue) = 179+35+229=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #B323E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323E5 is #4CDC1A. Grayscale: #636363. Windows color (decimal): -5037083 or 15016883. OLE color: 15016883.

HSL color Cylindrical-coordinate representation of color #B323E5: hue angle of 284.54º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B323E5 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 35 229 -
CMYK 0.22 0.85 0 0.10
HSL 284.54º 0.79% 0.52% -
HSV(B) 284.54º 0.85% 0.9% -
XYZ 33.33 16.44 75.55 -
YUV 100.17 200.71 184.23 -
System Red Green Blue C M Y K H S L
Decimal 179 35 229 0.22 0.85 0 0.10 284.54 0.79 0.52
Hex B3 23 E5 16 55 0 A 11D 4F 34
Octal 263 43 345 26 125 0 12 435 117 64
Binary 10110011 100011 11100101 10110 1010101 0 1010 100011101 1001111 110100

Color Harmonies of #B323E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B323E5

Black with #B323E5

Text Example


Text Example

White with #B323E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B323E5; }

 p { color: rgb(179,35,229); }

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

background-color css

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

 a { background-color: rgb(179,35,229); }

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

border-color css

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

 span { border-color: rgb(179,35,229); }

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