Html Css Color HEX #B36BDB Medium Orchid

📋 copy color: '#B36BDB'

red 179 ◦ green 107 ◦ blue 219

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

Shades of Medium Orchid #B36BDB

Tints of Medium Orchid #B36BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.19%

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 35.45%
G = 21.19%
B = 43.37%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B36BDB (or 0xB36BDB) is known color: Medium Orchid. HEX triplet: B3, 6B and DB. RGB value is (179,107,219). Sum of RGB (Red+Green+Blue) = 179+107+219=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #B36BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BDB is #4C9424. Grayscale: #8C8C8C. Windows color (decimal): -5018661 or 14379955. OLE color: 14379955.

HSL color Cylindrical-coordinate representation of color #B36BDB: hue angle of 278.57º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B36BDB is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 107 219 -
CMYK 0.18 0.51 0 0.14
HSL 278.57º 0.61% 0.64% -
HSV(B) 278.57º 0.51% 0.86% -
XYZ 36.63 25.21 69.95 -
YUV 141.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 179 107 219 0.18 0.51 0 0.14 278.57 0.61 0.64
Hex B3 6B DB 12 33 0 E 117 3D 40
Octal 263 153 333 22 63 0 16 427 75 100
Binary 10110011 1101011 11011011 10010 110011 0 1110 100010111 111101 1000000

Color Harmonies of #B36BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36BDB

Black with #B36BDB

Text Example


Text Example

White with #B36BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36BDB; }

 p { color: rgb(179,107,219); }

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

background-color css

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

 a { background-color: rgb(179,107,219); }

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

border-color css

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

 span { border-color: rgb(179,107,219); }

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