Html Css Color HEX #B46CE0 Medium Orchid

📋 copy color: '#B46CE0'

red 180 ◦ green 108 ◦ blue 224

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

Shades of Medium Orchid #B46CE0

Tints of Medium Orchid #B46CE0

RGB

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

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

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

R = 35.16%
G = 21.09%
B = 43.75%

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

#B46CE0 (or 0xB46CE0) is known color: Medium Orchid. HEX triplet: B4, 6C and E0. RGB value is (180,108,224). Sum of RGB (Red+Green+Blue) = 180+108+224=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #B46CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CE0 is #4B931F. Grayscale: #8E8E8E. Windows color (decimal): -4952864 or 14707892. OLE color: 14707892.

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

Color convert

RGB 180 108 224 -
CMYK 0.20 0.52 0 0.12
HSL 277.24º 0.65% 0.65% -
HSV(B) 277.24º 0.52% 0.88% -
XYZ 37.64 25.81 73.52 -
YUV 142.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 180 108 224 0.20 0.52 0 0.12 277.24 0.65 0.65
Hex B4 6C E0 14 34 0 C 115 41 41
Octal 264 154 340 24 64 0 14 425 101 101
Binary 10110100 1101100 11100000 10100 110100 0 1100 100010101 1000001 1000001

Color Harmonies of #B46CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CE0

Black with #B46CE0

Text Example


Text Example

White with #B46CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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