Html Css Color HEX #B36FCF Medium Orchid

📋 copy color: '#B36FCF'

red 179 ◦ green 111 ◦ blue 207

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

Shades of Medium Orchid #B36FCF

Tints of Medium Orchid #B36FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 36.02%
G = 22.33%
B = 41.65%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B36FCF (or 0xB36FCF) is known color: Medium Orchid. HEX triplet: B3, 6F and CF. RGB value is (179,111,207). Sum of RGB (Red+Green+Blue) = 179+111+207=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #B36FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FCF is #4C9030. Grayscale: #8D8D8D. Windows color (decimal): -5017649 or 13594547. OLE color: 13594547.

HSL color Cylindrical-coordinate representation of color #B36FCF: hue angle of 282.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36FCF is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 111 207 -
CMYK 0.14 0.46 0 0.19
HSL 282.5º 0.5% 0.62% -
HSV(B) 282.5º 0.46% 0.81% -
XYZ 35.54 25.46 62.07 -
YUV 142.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 179 111 207 0.14 0.46 0 0.19 282.5 0.5 0.62
Hex B3 6F CF E 2E 0 13 11A 32 3E
Octal 263 157 317 16 56 0 23 432 62 76
Binary 10110011 1101111 11001111 1110 101110 0 10011 100011010 110010 111110

Color Harmonies of #B36FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36FCF

Black with #B36FCF

Text Example


Text Example

White with #B36FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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