Html Css Color HEX #B46BDA Medium Orchid

📋 copy color: '#B46BDA'

red 180 ◦ green 107 ◦ blue 218

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

Shades of Medium Orchid #B46BDA

Tints of Medium Orchid #B46BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.19%

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

R = 35.64%
G = 21.19%
B = 43.17%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B46BDA (or 0xB46BDA) is known color: Medium Orchid. HEX triplet: B4, 6B and DA. RGB value is (180,107,218). Sum of RGB (Red+Green+Blue) = 180+107+218=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #B46BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BDA is #4B9425. Grayscale: #8D8D8D. Windows color (decimal): -4953126 or 14314420. OLE color: 14314420.

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

Color convert

RGB 180 107 218 -
CMYK 0.17 0.51 0 0.15
HSL 279.46º 0.6% 0.64% -
HSV(B) 279.46º 0.51% 0.85% -
XYZ 36.73 25.28 69.27 -
YUV 141.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 180 107 218 0.17 0.51 0 0.15 279.46 0.6 0.64
Hex B4 6B DA 11 33 0 F 117 3C 40
Octal 264 153 332 21 63 0 17 427 74 100
Binary 10110100 1101011 11011010 10001 110011 0 1111 100010111 111100 1000000

Color Harmonies of #B46BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BDA

Black with #B46BDA

Text Example


Text Example

White with #B46BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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