Html Css Color HEX #B326C4 Dark Orchid

📋 copy color: '#B326C4'

red 179 ◦ green 38 ◦ blue 196

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

Shades of Dark Orchid #B326C4

Tints of Dark Orchid #B326C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47.46%

R = 43.34%
G = 9.2%
B = 47.46%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B326C4 (or 0xB326C4) is known color: Dark Orchid. HEX triplet: B3, 26 and C4. RGB value is (179,38,196). Sum of RGB (Red+Green+Blue) = 179+38+196=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 196 - color contains mainly: blue. Hex color #B326C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B326C4 is #4CD93B. Grayscale: #616161. Windows color (decimal): -5036348 or 12854963. OLE color: 12854963.

HSL color Cylindrical-coordinate representation of color #B326C4: hue angle of 293.54º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B326C4 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 38 196 -
CMYK 0.09 0.81 0 0.23
HSL 293.54º 0.68% 0.46% -
HSV(B) 293.54º 0.81% 0.77% -
XYZ 29.25 14.96 53.57 -
YUV 98.17 183.21 185.65 -
System Red Green Blue C M Y K H S L
Decimal 179 38 196 0.09 0.81 0 0.23 293.54 0.68 0.46
Hex B3 26 C4 9 51 0 17 126 44 2E
Octal 263 46 304 11 121 0 27 446 104 56
Binary 10110011 100110 11000100 1001 1010001 0 10111 100100110 1000100 101110

Color Harmonies of #B326C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326C4

Black with #B326C4

Text Example


Text Example

White with #B326C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B326C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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