Html Css Color HEX #B36ACB Medium Orchid

📋 copy color: '#B36ACB'

red 179 ◦ green 106 ◦ blue 203

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

Shades of Medium Orchid #B36ACB

Tints of Medium Orchid #B36ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 36.68%
G = 21.72%
B = 41.6%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B36ACB (or 0xB36ACB) is known color: Medium Orchid. HEX triplet: B3, 6A and CB. RGB value is (179,106,203). Sum of RGB (Red+Green+Blue) = 179+106+203=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #B36ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ACB is #4C9534. Grayscale: #8A8A8A. Windows color (decimal): -5018933 or 13331123. OLE color: 13331123.

HSL color Cylindrical-coordinate representation of color #B36ACB: hue angle of 285.15º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B36ACB is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 106 203 -
CMYK 0.12 0.48 0 0.20
HSL 285.15º 0.48% 0.61% -
HSV(B) 285.15º 0.48% 0.8% -
XYZ 34.52 24.2 59.35 -
YUV 138.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 179 106 203 0.12 0.48 0 0.20 285.15 0.48 0.61
Hex B3 6A CB C 30 0 14 11D 30 3D
Octal 263 152 313 14 60 0 24 435 60 75
Binary 10110011 1101010 11001011 1100 110000 0 10100 100011101 110000 111101

Color Harmonies of #B36ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36ACB

Black with #B36ACB

Text Example


Text Example

White with #B36ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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