Html Css Color HEX #B46CE3 Medium Orchid

📋 copy color: '#B46CE3'

red 180 ◦ green 108 ◦ blue 227

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

Shades of Medium Orchid #B46CE3

Tints of Medium Orchid #B46CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 44.08%

R = 34.95%
G = 20.97%
B = 44.08%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B46CE3 (or 0xB46CE3) is known color: Medium Orchid. HEX triplet: B4, 6C and E3. RGB value is (180,108,227). Sum of RGB (Red+Green+Blue) = 180+108+227=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 227 - color contains mainly: blue. Hex color #B46CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CE3 is #4B931C. Grayscale: #8E8E8E. Windows color (decimal): -4952861 or 14904500. OLE color: 14904500.

HSL color Cylindrical-coordinate representation of color #B46CE3: hue angle of 276.3º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B46CE3 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 108 227 -
CMYK 0.21 0.52 0 0.11
HSL 276.3º 0.68% 0.66% -
HSV(B) 276.3º 0.52% 0.89% -
XYZ 38.05 25.97 75.68 -
YUV 143.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 180 108 227 0.21 0.52 0 0.11 276.3 0.68 0.66
Hex B4 6C E3 15 34 0 B 114 44 42
Octal 264 154 343 25 64 0 13 424 104 102
Binary 10110100 1101100 11100011 10101 110100 0 1011 100010100 1000100 1000010

Color Harmonies of #B46CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CE3

Black with #B46CE3

Text Example


Text Example

White with #B46CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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