Html Css Color HEX #B36BDC Medium Orchid

📋 copy color: '#B36BDC'

red 179 ◦ green 107 ◦ blue 220

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

Shades of Medium Orchid #B36BDC

Tints of Medium Orchid #B36BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 35.38%
G = 21.15%
B = 43.48%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B36BDC (or 0xB36BDC) is known color: Medium Orchid. HEX triplet: B3, 6B and DC. RGB value is (179,107,220). Sum of RGB (Red+Green+Blue) = 179+107+220=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #B36BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BDC is #4C9423. Grayscale: #8D8D8D. Windows color (decimal): -5018660 or 14445491. OLE color: 14445491.

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

Color convert

RGB 179 107 220 -
CMYK 0.19 0.51 0 0.14
HSL 278.23º 0.62% 0.64% -
HSV(B) 278.23º 0.51% 0.86% -
XYZ 36.77 25.27 70.65 -
YUV 141.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 179 107 220 0.19 0.51 0 0.14 278.23 0.62 0.64
Hex B3 6B DC 13 33 0 E 116 3E 40
Octal 263 153 334 23 63 0 16 426 76 100
Binary 10110011 1101011 11011100 10011 110011 0 1110 100010110 111110 1000000

Color Harmonies of #B36BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36BDC

Black with #B36BDC

Text Example


Text Example

White with #B36BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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