Html Css Color HEX #B326DF Dark Orchid

📋 copy color: '#B326DF'

red 179 ◦ green 38 ◦ blue 223

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

Shades of Dark Orchid #B326DF

Tints of Dark Orchid #B326DF

RGB

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

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

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

R = 40.68%
G = 8.64%
B = 50.68%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B326DF (or 0xB326DF) is known color: Dark Orchid. HEX triplet: B3, 26 and DF. RGB value is (179,38,223). Sum of RGB (Red+Green+Blue) = 179+38+223=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #B326DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B326DF is #4CD920. Grayscale: #646464. Windows color (decimal): -5036321 or 14624435. OLE color: 14624435.

HSL color Cylindrical-coordinate representation of color #B326DF: hue angle of 285.73º 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 #B326DF is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 38 223 -
CMYK 0.20 0.83 0 0.13
HSL 285.73º 0.74% 0.51% -
HSV(B) 285.73º 0.83% 0.87% -
XYZ 32.6 16.3 71.24 -
YUV 101.25 196.71 183.46 -
System Red Green Blue C M Y K H S L
Decimal 179 38 223 0.20 0.83 0 0.13 285.73 0.74 0.51
Hex B3 26 DF 14 53 0 D 11E 4A 33
Octal 263 46 337 24 123 0 15 436 112 63
Binary 10110011 100110 11011111 10100 1010011 0 1101 100011110 1001010 110011

Color Harmonies of #B326DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326DF

Black with #B326DF

Text Example


Text Example

White with #B326DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B326DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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