Html Css Color HEX #B36FE0 Medium Orchid

📋 copy color: '#B36FE0'

red 179 ◦ green 111 ◦ blue 224

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

Shades of Medium Orchid #B36FE0

Tints of Medium Orchid #B36FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.58%

R = 34.82%
G = 21.6%
B = 43.58%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B36FE0 (or 0xB36FE0) is known color: Medium Orchid. HEX triplet: B3, 6F and E0. RGB value is (179,111,224). Sum of RGB (Red+Green+Blue) = 179+111+224=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #B36FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FE0 is #4C901F. Grayscale: #8F8F8F. Windows color (decimal): -5017632 or 14708659. OLE color: 14708659.

HSL color Cylindrical-coordinate representation of color #B36FE0: hue angle of 276.11º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B36FE0 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 111 224 -
CMYK 0.20 0.50 0 0.12
HSL 276.11º 0.65% 0.66% -
HSV(B) 276.11º 0.5% 0.88% -
XYZ 37.73 26.33 73.62 -
YUV 144.21 173.03 152.81 -
System Red Green Blue C M Y K H S L
Decimal 179 111 224 0.20 0.50 0 0.12 276.11 0.65 0.66
Hex B3 6F E0 14 32 0 C 114 41 42
Octal 263 157 340 24 62 0 14 424 101 102
Binary 10110011 1101111 11100000 10100 110010 0 1100 100010100 1000001 1000010

Color Harmonies of #B36FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36FE0

Black with #B36FE0

Text Example


Text Example

White with #B36FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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