Html Css Color HEX #B46FE0 Medium Orchid

📋 copy color: '#B46FE0'

red 180 ◦ green 111 ◦ blue 224

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

Shades of Medium Orchid #B46FE0

Tints of Medium Orchid #B46FE0

RGB

 RED value IS 180 (70.7% from 255) = 34.95%

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

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

R = 34.95%
G = 21.55%
B = 43.5%

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

#B46FE0 (or 0xB46FE0) is known color: Medium Orchid. HEX triplet: B4, 6F and E0. RGB value is (180,111,224). Sum of RGB (Red+Green+Blue) = 180+111+224=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #B46FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FE0 is #4B901F. Grayscale: #909090. Windows color (decimal): -4952096 or 14708660. OLE color: 14708660.

HSL color Cylindrical-coordinate representation of color #B46FE0: hue angle of 276.64º 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 #B46FE0 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 111 224 -
CMYK 0.20 0.50 0 0.12
HSL 276.64º 0.65% 0.66% -
HSV(B) 276.64º 0.5% 0.88% -
XYZ 37.96 26.45 73.63 -
YUV 144.51 172.86 153.31 -
System Red Green Blue C M Y K H S L
Decimal 180 111 224 0.20 0.50 0 0.12 276.64 0.65 0.66
Hex B4 6F E0 14 32 0 C 115 41 42
Octal 264 157 340 24 62 0 14 425 101 102
Binary 10110100 1101111 11100000 10100 110010 0 1100 100010101 1000001 1000010

Color Harmonies of #B46FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46FE0

Black with #B46FE0

Text Example


Text Example

White with #B46FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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