Html Css Color HEX #B326DE Dark Orchid

📋 copy color: '#B326DE'

red 179 ◦ green 38 ◦ blue 222

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

Shades of Dark Orchid #B326DE

Tints of Dark Orchid #B326DE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.66%

 BLUE value IS 222 (87.11% from 255) = 50.57%

R = 40.77%
G = 8.66%
B = 50.57%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B326DE (or 0xB326DE) is known color: Dark Orchid. HEX triplet: B3, 26 and DE. RGB value is (179,38,222). Sum of RGB (Red+Green+Blue) = 179+38+222=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #B326DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B326DE is #4CD921. Grayscale: #646464. Windows color (decimal): -5036322 or 14558899. OLE color: 14558899.

HSL color Cylindrical-coordinate representation of color #B326DE: hue angle of 285.98º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B326DE is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 38 222 -
CMYK 0.19 0.83 0 0.13
HSL 285.98º 0.74% 0.51% -
HSV(B) 285.98º 0.83% 0.87% -
XYZ 32.47 16.24 70.53 -
YUV 101.14 196.21 183.54 -
System Red Green Blue C M Y K H S L
Decimal 179 38 222 0.19 0.83 0 0.13 285.98 0.74 0.51
Hex B3 26 DE 13 53 0 D 11E 4A 33
Octal 263 46 336 23 123 0 15 436 112 63
Binary 10110011 100110 11011110 10011 1010011 0 1101 100011110 1001010 110011

Color Harmonies of #B326DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326DE

Black with #B326DE

Text Example


Text Example

White with #B326DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B326DE; }

 p { color: rgb(179,38,222); }

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

background-color css

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

 a { background-color: rgb(179,38,222); }

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

border-color css

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

 span { border-color: rgb(179,38,222); }

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