Html Css Color HEX #B46AD0 Medium Orchid

📋 copy color: '#B46AD0'

red 180 ◦ green 106 ◦ blue 208

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

Shades of Medium Orchid #B46AD0

Tints of Medium Orchid #B46AD0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.46%

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

R = 36.44%
G = 21.46%
B = 42.11%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B46AD0 (or 0xB46AD0) is known color: Medium Orchid. HEX triplet: B4, 6A and D0. RGB value is (180,106,208). Sum of RGB (Red+Green+Blue) = 180+106+208=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #B46AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46AD0 is #4B952F. Grayscale: #8B8B8B. Windows color (decimal): -4953392 or 13658804. OLE color: 13658804.

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

Color convert

RGB 180 106 208 -
CMYK 0.13 0.49 0 0.18
HSL 283.53º 0.52% 0.62% -
HSV(B) 283.53º 0.49% 0.82% -
XYZ 35.36 24.57 62.55 -
YUV 139.75 166.52 156.71 -
System Red Green Blue C M Y K H S L
Decimal 180 106 208 0.13 0.49 0 0.18 283.53 0.52 0.62
Hex B4 6A D0 D 31 0 12 11C 34 3E
Octal 264 152 320 15 61 0 22 434 64 76
Binary 10110100 1101010 11010000 1101 110001 0 10010 100011100 110100 111110

Color Harmonies of #B46AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46AD0

Black with #B46AD0

Text Example


Text Example

White with #B46AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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