Html Css Color HEX #B46BDD Medium Orchid

📋 copy color: '#B46BDD'

red 180 ◦ green 107 ◦ blue 221

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

Shades of Medium Orchid #B46BDD

Tints of Medium Orchid #B46BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 35.43%
G = 21.06%
B = 43.5%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B46BDD (or 0xB46BDD) is known color: Medium Orchid. HEX triplet: B4, 6B and DD. RGB value is (180,107,221). Sum of RGB (Red+Green+Blue) = 180+107+221=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #B46BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BDD is #4B9422. Grayscale: #8D8D8D. Windows color (decimal): -4953123 or 14511028. OLE color: 14511028.

HSL color Cylindrical-coordinate representation of color #B46BDD: hue angle of 278.42º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B46BDD is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 107 221 -
CMYK 0.19 0.52 0 0.13
HSL 278.42º 0.63% 0.64% -
HSV(B) 278.42º 0.52% 0.87% -
XYZ 37.13 25.44 71.36 -
YUV 141.82 172.68 155.23 -
System Red Green Blue C M Y K H S L
Decimal 180 107 221 0.19 0.52 0 0.13 278.42 0.63 0.64
Hex B4 6B DD 13 34 0 D 116 3F 40
Octal 264 153 335 23 64 0 15 426 77 100
Binary 10110100 1101011 11011101 10011 110100 0 1101 100010110 111111 1000000

Color Harmonies of #B46BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BDD

Black with #B46BDD

Text Example


Text Example

White with #B46BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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