Html Css Color HEX #B461DC Medium Orchid

📋 copy color: '#B461DC'

red 180 ◦ green 97 ◦ blue 220

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

Shades of Medium Orchid #B461DC

Tints of Medium Orchid #B461DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.52%

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

R = 36.22%
G = 19.52%
B = 44.27%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B461DC (or 0xB461DC) is known color: Medium Orchid. HEX triplet: B4, 61 and DC. RGB value is (180,97,220). Sum of RGB (Red+Green+Blue) = 180+97+220=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #B461DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461DC is #4B9E23. Grayscale: #878787. Windows color (decimal): -4955684 or 14442932. OLE color: 14442932.

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

Color convert

RGB 180 97 220 -
CMYK 0.18 0.56 0 0.14
HSL 280.49º 0.64% 0.62% -
HSV(B) 280.49º 0.56% 0.86% -
XYZ 36.02 23.42 70.33 -
YUV 135.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 180 97 220 0.18 0.56 0 0.14 280.49 0.64 0.62
Hex B4 61 DC 12 38 0 E 118 40 3E
Octal 264 141 334 22 70 0 16 430 100 76
Binary 10110100 1100001 11011100 10010 111000 0 1110 100011000 1000000 111110

Color Harmonies of #B461DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B461DC

Black with #B461DC

Text Example


Text Example

White with #B461DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B461DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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