Html Css Color HEX #B326ED Dark Orchid

📋 copy color: '#B326ED'

red 179 ◦ green 38 ◦ blue 237

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

Shades of Dark Orchid #B326ED

Tints of Dark Orchid #B326ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.2%

R = 39.43%
G = 8.37%
B = 52.2%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B326ED (or 0xB326ED) is known color: Dark Orchid. HEX triplet: B3, 26 and ED. RGB value is (179,38,237). Sum of RGB (Red+Green+Blue) = 179+38+237=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #B326ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B326ED is #4CD912. Grayscale: #666666. Windows color (decimal): -5036307 or 15541939. OLE color: 15541939.

HSL color Cylindrical-coordinate representation of color #B326ED: hue angle of 282.51º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B326ED is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 38 237 -
CMYK 0.24 0.84 0 0.07
HSL 282.51º 0.85% 0.54% -
HSV(B) 282.51º 0.84% 0.93% -
XYZ 34.57 17.08 81.6 -
YUV 102.85 203.71 182.32 -
System Red Green Blue C M Y K H S L
Decimal 179 38 237 0.24 0.84 0 0.07 282.51 0.85 0.54
Hex B3 26 ED 18 54 0 7 11B 55 36
Octal 263 46 355 30 124 0 7 433 125 66
Binary 10110011 100110 11101101 11000 1010100 0 111 100011011 1010101 110110

Color Harmonies of #B326ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326ED

Black with #B326ED

Text Example


Text Example

White with #B326ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B326ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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