Html Css Color HEX #B36CDB Medium Orchid

📋 copy color: '#B36CDB'

red 179 ◦ green 108 ◦ blue 219

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

Shades of Medium Orchid #B36CDB

Tints of Medium Orchid #B36CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.34%

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

R = 35.38%
G = 21.34%
B = 43.28%

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

#B36CDB (or 0xB36CDB) is known color: Medium Orchid. HEX triplet: B3, 6C and DB. RGB value is (179,108,219). Sum of RGB (Red+Green+Blue) = 179+108+219=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #B36CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CDB is #4C9324. Grayscale: #8D8D8D. Windows color (decimal): -5018405 or 14380211. OLE color: 14380211.

HSL color Cylindrical-coordinate representation of color #B36CDB: hue angle of 278.38º 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 #B36CDB is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 108 219 -
CMYK 0.18 0.51 0 0.14
HSL 278.38º 0.61% 0.64% -
HSV(B) 278.38º 0.51% 0.86% -
XYZ 36.74 25.42 69.99 -
YUV 141.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 179 108 219 0.18 0.51 0 0.14 278.38 0.61 0.64
Hex B3 6C DB 12 33 0 E 116 3D 40
Octal 263 154 333 22 63 0 16 426 75 100
Binary 10110011 1101100 11011011 10010 110011 0 1110 100010110 111101 1000000

Color Harmonies of #B36CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36CDB

Black with #B36CDB

Text Example


Text Example

White with #B36CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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