Html Css Color HEX #B464DC Medium Orchid

📋 copy color: '#B464DC'

red 180 ◦ green 100 ◦ blue 220

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

Shades of Medium Orchid #B464DC

Tints of Medium Orchid #B464DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20%

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

R = 36%
G = 20%
B = 44%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B464DC (or 0xB464DC) is known color: Medium Orchid. HEX triplet: B4, 64 and DC. RGB value is (180,100,220). Sum of RGB (Red+Green+Blue) = 180+100+220=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #B464DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464DC is #4B9B23. Grayscale: #898989. Windows color (decimal): -4954916 or 14443700. OLE color: 14443700.

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

Color convert

RGB 180 100 220 -
CMYK 0.18 0.55 0 0.14
HSL 280º 0.63% 0.63% -
HSV(B) 280º 0.55% 0.86% -
XYZ 36.3 23.98 70.43 -
YUV 137.6 174.5 158.24 -
System Red Green Blue C M Y K H S L
Decimal 180 100 220 0.18 0.55 0 0.14 280 0.63 0.63
Hex B4 64 DC 12 37 0 E 118 3F 3F
Octal 264 144 334 22 67 0 16 430 77 77
Binary 10110100 1100100 11011100 10010 110111 0 1110 100011000 111111 111111

Color Harmonies of #B464DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B464DC

Black with #B464DC

Text Example


Text Example

White with #B464DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B464DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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