Html Css Color HEX #B36ED7 Medium Orchid

📋 copy color: '#B36ED7'

red 179 ◦ green 110 ◦ blue 215

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

Shades of Medium Orchid #B36ED7

Tints of Medium Orchid #B36ED7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.83%

 BLUE value IS 215 (84.38% from 255) = 42.66%

R = 35.52%
G = 21.83%
B = 42.66%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B36ED7 (or 0xB36ED7) is known color: Medium Orchid. HEX triplet: B3, 6E and D7. RGB value is (179,110,215). Sum of RGB (Red+Green+Blue) = 179+110+215=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #B36ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ED7 is #4C9128. Grayscale: #8E8E8E. Windows color (decimal): -5017897 or 14118579. OLE color: 14118579.

HSL color Cylindrical-coordinate representation of color #B36ED7: hue angle of 279.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B36ED7 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 110 215 -
CMYK 0.17 0.49 0 0.16
HSL 279.43º 0.57% 0.64% -
HSV(B) 279.43º 0.49% 0.84% -
XYZ 36.43 25.64 67.32 -
YUV 142.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 179 110 215 0.17 0.49 0 0.16 279.43 0.57 0.64
Hex B3 6E D7 11 31 0 10 117 39 40
Octal 263 156 327 21 61 0 20 427 71 100
Binary 10110011 1101110 11010111 10001 110001 0 10000 100010111 111001 1000000

Color Harmonies of #B36ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36ED7

Black with #B36ED7

Text Example


Text Example

White with #B36ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36ED7; }

 p { color: rgb(179,110,215); }

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

background-color css

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

 a { background-color: rgb(179,110,215); }

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

border-color css

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

 span { border-color: rgb(179,110,215); }

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