Html Css Color HEX #B36ACD Medium Orchid

📋 copy color: '#B36ACD'

red 179 ◦ green 106 ◦ blue 205

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

Shades of Medium Orchid #B36ACD

Tints of Medium Orchid #B36ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 36.53%
G = 21.63%
B = 41.84%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B36ACD (or 0xB36ACD) is known color: Medium Orchid. HEX triplet: B3, 6A and CD. RGB value is (179,106,205). Sum of RGB (Red+Green+Blue) = 179+106+205=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #B36ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ACD is #4C9532. Grayscale: #8A8A8A. Windows color (decimal): -5018931 or 13462195. OLE color: 13462195.

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

Color convert

RGB 179 106 205 -
CMYK 0.13 0.48 0 0.20
HSL 284.24º 0.5% 0.61% -
HSV(B) 284.24º 0.48% 0.8% -
XYZ 34.76 24.3 60.62 -
YUV 139.11 165.18 156.45 -
System Red Green Blue C M Y K H S L
Decimal 179 106 205 0.13 0.48 0 0.20 284.24 0.5 0.61
Hex B3 6A CD D 30 0 14 11C 32 3D
Octal 263 152 315 15 60 0 24 434 62 75
Binary 10110011 1101010 11001101 1101 110000 0 10100 100011100 110010 111101

Color Harmonies of #B36ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36ACD

Black with #B36ACD

Text Example


Text Example

White with #B36ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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