Html Css Color HEX #B46CDC Medium Orchid

📋 copy color: '#B46CDC'

red 180 ◦ green 108 ◦ blue 220

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

Shades of Medium Orchid #B46CDC

Tints of Medium Orchid #B46CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 35.43%
G = 21.26%
B = 43.31%

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

#B46CDC (or 0xB46CDC) is known color: Medium Orchid. HEX triplet: B4, 6C and DC. RGB value is (180,108,220). Sum of RGB (Red+Green+Blue) = 180+108+220=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #B46CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CDC is #4B9323. Grayscale: #8D8D8D. Windows color (decimal): -4952868 or 14445748. OLE color: 14445748.

HSL color Cylindrical-coordinate representation of color #B46CDC: hue angle of 278.57º degrees, saturation: 0.62, 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 #B46CDC is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 108 220 -
CMYK 0.18 0.51 0 0.14
HSL 278.57º 0.62% 0.64% -
HSV(B) 278.57º 0.51% 0.86% -
XYZ 37.1 25.6 70.7 -
YUV 142.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 180 108 220 0.18 0.51 0 0.14 278.57 0.62 0.64
Hex B4 6C DC 12 33 0 E 117 3E 40
Octal 264 154 334 22 63 0 16 427 76 100
Binary 10110100 1101100 11011100 10010 110011 0 1110 100010111 111110 1000000

Color Harmonies of #B46CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CDC

Black with #B46CDC

Text Example


Text Example

White with #B46CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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