Html Css Color HEX #B46CE1 Medium Orchid

📋 copy color: '#B46CE1'

red 180 ◦ green 108 ◦ blue 225

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

Shades of Medium Orchid #B46CE1

Tints of Medium Orchid #B46CE1

RGB

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

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

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

R = 35.09%
G = 21.05%
B = 43.86%

CMYK

 C value IS 0.2

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B46CE1 (or 0xB46CE1) is known color: Medium Orchid. HEX triplet: B4, 6C and E1. RGB value is (180,108,225). Sum of RGB (Red+Green+Blue) = 180+108+225=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #B46CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CE1 is #4B931E. Grayscale: #8E8E8E. Windows color (decimal): -4952863 or 14773428. OLE color: 14773428.

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

Color convert

RGB 180 108 225 -
CMYK 0.2 0.52 0 0.12
HSL 276.92º 0.66% 0.65% -
HSV(B) 276.92º 0.52% 0.88% -
XYZ 37.78 25.86 74.24 -
YUV 142.87 174.35 154.49 -
System Red Green Blue C M Y K H S L
Decimal 180 108 225 0.2 0.52 0 0.12 276.92 0.66 0.65
Hex B4 6C E1 14 34 0 C 115 42 41
Octal 264 154 341 24 64 0 14 425 102 101
Binary 10110100 1101100 11100001 10100 110100 0 1100 100010101 1000010 1000001

Color Harmonies of #B46CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CE1

Black with #B46CE1

Text Example


Text Example

White with #B46CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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