Html Css Color HEX #B46FD2 Medium Orchid

📋 copy color: '#B46FD2'

red 180 ◦ green 111 ◦ blue 210

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

Shades of Medium Orchid #B46FD2

Tints of Medium Orchid #B46FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.92%

R = 35.93%
G = 22.16%
B = 41.92%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B46FD2 (or 0xB46FD2) is known color: Medium Orchid. HEX triplet: B4, 6F and D2. RGB value is (180,111,210). Sum of RGB (Red+Green+Blue) = 180+111+210=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #B46FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FD2 is #4B902D. Grayscale: #8E8E8E. Windows color (decimal): -4952110 or 13791156. OLE color: 13791156.

HSL color Cylindrical-coordinate representation of color #B46FD2: hue angle of 281.82º degrees, saturation: 0.52, 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 #B46FD2 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 111 210 -
CMYK 0.14 0.47 0 0.18
HSL 281.82º 0.52% 0.63% -
HSV(B) 281.82º 0.47% 0.82% -
XYZ 36.14 25.73 64.03 -
YUV 142.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 180 111 210 0.14 0.47 0 0.18 281.82 0.52 0.63
Hex B4 6F D2 E 2F 0 12 11A 34 3F
Octal 264 157 322 16 57 0 22 432 64 77
Binary 10110100 1101111 11010010 1110 101111 0 10010 100011010 110100 111111

Color Harmonies of #B46FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46FD2

Black with #B46FD2

Text Example


Text Example

White with #B46FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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