Html Css Color HEX #B46CDD Medium Orchid

📋 copy color: '#B46CDD'

red 180 ◦ green 108 ◦ blue 221

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

Shades of Medium Orchid #B46CDD

Tints of Medium Orchid #B46CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.22%

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

R = 35.36%
G = 21.22%
B = 43.42%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B46CDD (or 0xB46CDD) is known color: Medium Orchid. HEX triplet: B4, 6C and DD. RGB value is (180,108,221). Sum of RGB (Red+Green+Blue) = 180+108+221=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #B46CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CDD is #4B9322. Grayscale: #8E8E8E. Windows color (decimal): -4952867 or 14511284. OLE color: 14511284.

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

Color convert

RGB 180 108 221 -
CMYK 0.19 0.51 0 0.13
HSL 278.23º 0.62% 0.65% -
HSV(B) 278.23º 0.51% 0.87% -
XYZ 37.24 25.65 71.39 -
YUV 142.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 180 108 221 0.19 0.51 0 0.13 278.23 0.62 0.65
Hex B4 6C DD 13 33 0 D 116 3E 41
Octal 264 154 335 23 63 0 15 426 76 101
Binary 10110100 1101100 11011101 10011 110011 0 1101 100010110 111110 1000001

Color Harmonies of #B46CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CDD

Black with #B46CDD

Text Example


Text Example

White with #B46CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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