Html Css Color HEX #B46FC3 Medium Orchid

📋 copy color: '#B46FC3'

red 180 ◦ green 111 ◦ blue 195

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

Shades of Medium Orchid #B46FC3

Tints of Medium Orchid #B46FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.12%

R = 37.04%
G = 22.84%
B = 40.12%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B46FC3 (or 0xB46FC3) is known color: Medium Orchid. HEX triplet: B4, 6F and C3. RGB value is (180,111,195). Sum of RGB (Red+Green+Blue) = 180+111+195=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 195 - color contains mainly: blue. Hex color #B46FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FC3 is #4B903C. Grayscale: #8C8C8C. Windows color (decimal): -4952125 or 12808116. OLE color: 12808116.

HSL color Cylindrical-coordinate representation of color #B46FC3: hue angle of 289.29º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46FC3 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 111 195 -
CMYK 0.08 0.43 0 0.24
HSL 289.29º 0.41% 0.6% -
HSV(B) 289.29º 0.43% 0.76% -
XYZ 34.36 25.01 54.65 -
YUV 141.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 180 111 195 0.08 0.43 0 0.24 289.29 0.41 0.6
Hex B4 6F C3 8 2B 0 18 121 29 3C
Octal 264 157 303 10 53 0 30 441 51 74
Binary 10110100 1101111 11000011 1000 101011 0 11000 100100001 101001 111100

Color Harmonies of #B46FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46FC3

Black with #B46FC3

Text Example


Text Example

White with #B46FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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