Html Css Color HEX #B46FDA Medium Orchid

📋 copy color: '#B46FDA'

red 180 ◦ green 111 ◦ blue 218

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

Shades of Medium Orchid #B46FDA

Tints of Medium Orchid #B46FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 35.36%
G = 21.81%
B = 42.83%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B46FDA (or 0xB46FDA) is known color: Medium Orchid. HEX triplet: B4, 6F and DA. RGB value is (180,111,218). Sum of RGB (Red+Green+Blue) = 180+111+218=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #B46FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FDA is #4B9025. Grayscale: #8F8F8F. Windows color (decimal): -4952102 or 14315444. OLE color: 14315444.

HSL color Cylindrical-coordinate representation of color #B46FDA: hue angle of 278.69º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B46FDA is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 111 218 -
CMYK 0.17 0.49 0 0.15
HSL 278.69º 0.59% 0.65% -
HSV(B) 278.69º 0.49% 0.85% -
XYZ 37.16 26.13 69.42 -
YUV 143.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 180 111 218 0.17 0.49 0 0.15 278.69 0.59 0.65
Hex B4 6F DA 11 31 0 F 117 3B 41
Octal 264 157 332 21 61 0 17 427 73 101
Binary 10110100 1101111 11011010 10001 110001 0 1111 100010111 111011 1000001

Color Harmonies of #B46FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46FDA

Black with #B46FDA

Text Example


Text Example

White with #B46FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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