Html Css Color HEX #B46BE0 Medium Orchid

📋 copy color: '#B46BE0'

red 180 ◦ green 107 ◦ blue 224

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

Shades of Medium Orchid #B46BE0

Tints of Medium Orchid #B46BE0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.94%

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

R = 35.23%
G = 20.94%
B = 43.84%

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

#B46BE0 (or 0xB46BE0) is known color: Medium Orchid. HEX triplet: B4, 6B and E0. RGB value is (180,107,224). Sum of RGB (Red+Green+Blue) = 180+107+224=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #B46BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BE0 is #4B941F. Grayscale: #8D8D8D. Windows color (decimal): -4953120 or 14707636. OLE color: 14707636.

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

Color convert

RGB 180 107 224 -
CMYK 0.20 0.52 0 0.12
HSL 277.44º 0.65% 0.65% -
HSV(B) 277.44º 0.52% 0.88% -
XYZ 37.53 25.6 73.48 -
YUV 142.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 180 107 224 0.20 0.52 0 0.12 277.44 0.65 0.65
Hex B4 6B E0 14 34 0 C 115 41 41
Octal 264 153 340 24 64 0 14 425 101 101
Binary 10110100 1101011 11100000 10100 110100 0 1100 100010101 1000001 1000001

Color Harmonies of #B46BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BE0

Black with #B46BE0

Text Example


Text Example

White with #B46BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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