Html Css Color HEX #B46BDB Medium Orchid

📋 copy color: '#B46BDB'

red 180 ◦ green 107 ◦ blue 219

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

Shades of Medium Orchid #B46BDB

Tints of Medium Orchid #B46BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 35.57%
G = 21.15%
B = 43.28%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B46BDB (or 0xB46BDB) is known color: Medium Orchid. HEX triplet: B4, 6B and DB. RGB value is (180,107,219). Sum of RGB (Red+Green+Blue) = 180+107+219=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #B46BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BDB is #4B9424. Grayscale: #8D8D8D. Windows color (decimal): -4953125 or 14379956. OLE color: 14379956.

HSL color Cylindrical-coordinate representation of color #B46BDB: hue angle of 279.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B46BDB is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 107 219 -
CMYK 0.18 0.51 0 0.14
HSL 279.11º 0.61% 0.64% -
HSV(B) 279.11º 0.51% 0.86% -
XYZ 36.87 25.33 69.96 -
YUV 141.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 180 107 219 0.18 0.51 0 0.14 279.11 0.61 0.64
Hex B4 6B DB 12 33 0 E 117 3D 40
Octal 264 153 333 22 63 0 16 427 75 100
Binary 10110100 1101011 11011011 10010 110011 0 1110 100010111 111101 1000000

Color Harmonies of #B46BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BDB

Black with #B46BDB

Text Example


Text Example

White with #B46BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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