Html Css Color HEX #B36AD6 Medium Orchid

📋 copy color: '#B36AD6'

red 179 ◦ green 106 ◦ blue 214

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

Shades of Medium Orchid #B36AD6

Tints of Medium Orchid #B36AD6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.24%

 BLUE value IS 214 (83.98% from 255) = 42.89%

R = 35.87%
G = 21.24%
B = 42.89%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B36AD6 (or 0xB36AD6) is known color: Medium Orchid. HEX triplet: B3, 6A and D6. RGB value is (179,106,214). Sum of RGB (Red+Green+Blue) = 179+106+214=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #B36AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36AD6 is #4C9529. Grayscale: #8B8B8B. Windows color (decimal): -5018922 or 14052019. OLE color: 14052019.

HSL color Cylindrical-coordinate representation of color #B36AD6: hue angle of 280.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B36AD6 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 106 214 -
CMYK 0.16 0.50 0 0.16
HSL 280.56º 0.57% 0.63% -
HSV(B) 280.56º 0.5% 0.84% -
XYZ 35.88 24.75 66.5 -
YUV 140.14 169.68 155.72 -
System Red Green Blue C M Y K H S L
Decimal 179 106 214 0.16 0.50 0 0.16 280.56 0.57 0.63
Hex B3 6A D6 10 32 0 10 119 39 3F
Octal 263 152 326 20 62 0 20 431 71 77
Binary 10110011 1101010 11010110 10000 110010 0 10000 100011001 111001 111111

Color Harmonies of #B36AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36AD6

Black with #B36AD6

Text Example


Text Example

White with #B36AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36AD6; }

 p { color: rgb(179,106,214); }

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

background-color css

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

 a { background-color: rgb(179,106,214); }

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

border-color css

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

 span { border-color: rgb(179,106,214); }

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