Html Css Color HEX #B46FDF Medium Orchid

📋 copy color: '#B46FDF'

red 180 ◦ green 111 ◦ blue 223

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

Shades of Medium Orchid #B46FDF

Tints of Medium Orchid #B46FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 35.02%
G = 21.6%
B = 43.39%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B46FDF (or 0xB46FDF) is known color: Medium Orchid. HEX triplet: B4, 6F and DF. RGB value is (180,111,223). Sum of RGB (Red+Green+Blue) = 180+111+223=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #B46FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FDF is #4B9020. Grayscale: #909090. Windows color (decimal): -4952097 or 14643124. OLE color: 14643124.

HSL color Cylindrical-coordinate representation of color #B46FDF: hue angle of 276.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B46FDF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 111 223 -
CMYK 0.19 0.50 0 0.13
HSL 276.96º 0.64% 0.65% -
HSV(B) 276.96º 0.5% 0.87% -
XYZ 37.83 26.4 72.91 -
YUV 144.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 180 111 223 0.19 0.50 0 0.13 276.96 0.64 0.65
Hex B4 6F DF 13 32 0 D 115 40 41
Octal 264 157 337 23 62 0 15 425 100 101
Binary 10110100 1101111 11011111 10011 110010 0 1101 100010101 1000000 1000001

Color Harmonies of #B46FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46FDF

Black with #B46FDF

Text Example


Text Example

White with #B46FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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