Html Css Color HEX #B36DCF Medium Orchid

📋 copy color: '#B36DCF'

red 179 ◦ green 109 ◦ blue 207

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

Shades of Medium Orchid #B36DCF

Tints of Medium Orchid #B36DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.02%

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

R = 36.16%
G = 22.02%
B = 41.82%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B36DCF (or 0xB36DCF) is known color: Medium Orchid. HEX triplet: B3, 6D and CF. RGB value is (179,109,207). Sum of RGB (Red+Green+Blue) = 179+109+207=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #B36DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DCF is #4C9230. Grayscale: #8C8C8C. Windows color (decimal): -5018161 or 13594035. OLE color: 13594035.

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

Color convert

RGB 179 109 207 -
CMYK 0.14 0.47 0 0.19
HSL 282.86º 0.51% 0.62% -
HSV(B) 282.86º 0.47% 0.81% -
XYZ 35.32 25.03 62 -
YUV 141.1 165.19 155.03 -
System Red Green Blue C M Y K H S L
Decimal 179 109 207 0.14 0.47 0 0.19 282.86 0.51 0.62
Hex B3 6D CF E 2F 0 13 11B 33 3E
Octal 263 155 317 16 57 0 23 433 63 76
Binary 10110011 1101101 11001111 1110 101111 0 10011 100011011 110011 111110

Color Harmonies of #B36DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36DCF

Black with #B36DCF

Text Example


Text Example

White with #B36DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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