Html Css Color HEX #B36FDE Medium Orchid

📋 copy color: '#B36FDE'

red 179 ◦ green 111 ◦ blue 222

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

Shades of Medium Orchid #B36FDE

Tints of Medium Orchid #B36FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.68%

 BLUE value IS 222 (87.11% from 255) = 43.36%

R = 34.96%
G = 21.68%
B = 43.36%

CMYK

 C value IS 0.19

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B36FDE (or 0xB36FDE) is known color: Medium Orchid. HEX triplet: B3, 6F and DE. RGB value is (179,111,222). Sum of RGB (Red+Green+Blue) = 179+111+222=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #B36FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FDE is #4C9021. Grayscale: #8F8F8F. Windows color (decimal): -5017634 or 14577587. OLE color: 14577587.

HSL color Cylindrical-coordinate representation of color #B36FDE: hue angle of 276.76º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B36FDE is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 111 222 -
CMYK 0.19 0.5 0 0.13
HSL 276.76º 0.63% 0.65% -
HSV(B) 276.76º 0.5% 0.87% -
XYZ 37.46 26.23 72.2 -
YUV 143.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 179 111 222 0.19 0.5 0 0.13 276.76 0.63 0.65
Hex B3 6F DE 13 32 0 D 115 3F 41
Octal 263 157 336 23 62 0 15 425 77 101
Binary 10110011 1101111 11011110 10011 110010 0 1101 100010101 111111 1000001

Color Harmonies of #B36FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36FDE

Black with #B36FDE

Text Example


Text Example

White with #B36FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36FDE; }

 p { color: rgb(179,111,222); }

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

background-color css

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

 a { background-color: rgb(179,111,222); }

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

border-color css

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

 span { border-color: rgb(179,111,222); }

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