Html Css Color HEX #B46BC1 Medium Orchid

📋 copy color: '#B46BC1'

red 180 ◦ green 107 ◦ blue 193

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

Shades of Medium Orchid #B46BC1

Tints of Medium Orchid #B46BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.21%

R = 37.5%
G = 22.29%
B = 40.21%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B46BC1 (or 0xB46BC1) is known color: Medium Orchid. HEX triplet: B4, 6B and C1. RGB value is (180,107,193). Sum of RGB (Red+Green+Blue) = 180+107+193=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #B46BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BC1 is #4B943E. Grayscale: #8A8A8A. Windows color (decimal): -4953151 or 12676020. OLE color: 12676020.

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

Color convert

RGB 180 107 193 -
CMYK 0.07 0.45 0 0.24
HSL 290.93º 0.41% 0.59% -
HSV(B) 290.93º 0.45% 0.76% -
XYZ 33.71 24.07 53.32 -
YUV 138.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 180 107 193 0.07 0.45 0 0.24 290.93 0.41 0.59
Hex B4 6B C1 7 2D 0 18 123 29 3B
Octal 264 153 301 7 55 0 30 443 51 73
Binary 10110100 1101011 11000001 111 101101 0 11000 100100011 101001 111011

Color Harmonies of #B46BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BC1

Black with #B46BC1

Text Example


Text Example

White with #B46BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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