Html Css Color HEX #B36CE1 Medium Orchid

📋 copy color: '#B36CE1'

red 179 ◦ green 108 ◦ blue 225

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

Shades of Medium Orchid #B36CE1

Tints of Medium Orchid #B36CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.09%

 BLUE value IS 225 (88.28% from 255) = 43.95%

R = 34.96%
G = 21.09%
B = 43.95%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B36CE1 (or 0xB36CE1) is known color: Medium Orchid. HEX triplet: B3, 6C and E1. RGB value is (179,108,225). Sum of RGB (Red+Green+Blue) = 179+108+225=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #B36CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CE1 is #4C931E. Grayscale: #8E8E8E. Windows color (decimal): -5018399 or 14773427. OLE color: 14773427.

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

Color convert

RGB 179 108 225 -
CMYK 0.20 0.52 0 0.12
HSL 276.41º 0.66% 0.65% -
HSV(B) 276.41º 0.52% 0.88% -
XYZ 37.54 25.75 74.22 -
YUV 142.57 174.52 153.99 -
System Red Green Blue C M Y K H S L
Decimal 179 108 225 0.20 0.52 0 0.12 276.41 0.66 0.65
Hex B3 6C E1 14 34 0 C 114 42 41
Octal 263 154 341 24 64 0 14 424 102 101
Binary 10110011 1101100 11100001 10100 110100 0 1100 100010100 1000010 1000001

Color Harmonies of #B36CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36CE1

Black with #B36CE1

Text Example


Text Example

White with #B36CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36CE1; }

 p { color: rgb(179,108,225); }

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

background-color css

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

 a { background-color: rgb(179,108,225); }

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

border-color css

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

 span { border-color: rgb(179,108,225); }

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