Html Css Color HEX #B46FD0 Medium Orchid

📋 copy color: '#B46FD0'

red 180 ◦ green 111 ◦ blue 208

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

Shades of Medium Orchid #B46FD0

Tints of Medium Orchid #B46FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.68%

R = 36.07%
G = 22.24%
B = 41.68%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B46FD0 (or 0xB46FD0) is known color: Medium Orchid. HEX triplet: B4, 6F and D0. RGB value is (180,111,208). Sum of RGB (Red+Green+Blue) = 180+111+208=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #B46FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FD0 is #4B902F. Grayscale: #8E8E8E. Windows color (decimal): -4952112 or 13660084. OLE color: 13660084.

HSL color Cylindrical-coordinate representation of color #B46FD0: hue angle of 282.68º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B46FD0 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 111 208 -
CMYK 0.13 0.47 0 0.18
HSL 282.68º 0.51% 0.63% -
HSV(B) 282.68º 0.47% 0.82% -
XYZ 35.89 25.63 62.73 -
YUV 142.69 164.86 154.61 -
System Red Green Blue C M Y K H S L
Decimal 180 111 208 0.13 0.47 0 0.18 282.68 0.51 0.63
Hex B4 6F D0 D 2F 0 12 11B 33 3F
Octal 264 157 320 15 57 0 22 433 63 77
Binary 10110100 1101111 11010000 1101 101111 0 10010 100011011 110011 111111

Color Harmonies of #B46FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46FD0

Black with #B46FD0

Text Example


Text Example

White with #B46FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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