Html Css Color HEX #B36DE7 Medium Orchid

📋 copy color: '#B36DE7'

red 179 ◦ green 109 ◦ blue 231

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

Shades of Medium Orchid #B36DE7

Tints of Medium Orchid #B36DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.51%

R = 34.49%
G = 21%
B = 44.51%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B36DE7 (or 0xB36DE7) is known color: Medium Orchid. HEX triplet: B3, 6D and E7. RGB value is (179,109,231). Sum of RGB (Red+Green+Blue) = 179+109+231=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #B36DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36DE7 is #4C9218. Grayscale: #8F8F8F. Windows color (decimal): -5018137 or 15166899. OLE color: 15166899.

HSL color Cylindrical-coordinate representation of color #B36DE7: hue angle of 274.43º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B36DE7 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 109 231 -
CMYK 0.23 0.53 0 0.09
HSL 274.43º 0.72% 0.67% -
HSV(B) 274.43º 0.53% 0.91% -
XYZ 38.48 26.29 78.65 -
YUV 143.84 177.19 153.08 -
System Red Green Blue C M Y K H S L
Decimal 179 109 231 0.23 0.53 0 0.09 274.43 0.72 0.67
Hex B3 6D E7 17 35 0 9 112 48 43
Octal 263 155 347 27 65 0 11 422 110 103
Binary 10110011 1101101 11100111 10111 110101 0 1001 100010010 1001000 1000011

Color Harmonies of #B36DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36DE7

Black with #B36DE7

Text Example


Text Example

White with #B36DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36DE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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