Html Css Color HEX #B465DC Medium Orchid

📋 copy color: '#B465DC'

red 180 ◦ green 101 ◦ blue 220

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

Shades of Medium Orchid #B465DC

Tints of Medium Orchid #B465DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.16%

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

R = 35.93%
G = 20.16%
B = 43.91%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B465DC (or 0xB465DC) is known color: Medium Orchid. HEX triplet: B4, 65 and DC. RGB value is (180,101,220). Sum of RGB (Red+Green+Blue) = 180+101+220=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #B465DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465DC is #4B9A23. Grayscale: #898989. Windows color (decimal): -4954660 or 14443956. OLE color: 14443956.

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

Color convert

RGB 180 101 220 -
CMYK 0.18 0.54 0 0.14
HSL 279.83º 0.63% 0.63% -
HSV(B) 279.83º 0.54% 0.86% -
XYZ 36.39 24.18 70.46 -
YUV 138.19 174.17 157.82 -
System Red Green Blue C M Y K H S L
Decimal 180 101 220 0.18 0.54 0 0.14 279.83 0.63 0.63
Hex B4 65 DC 12 36 0 E 118 3F 3F
Octal 264 145 334 22 66 0 16 430 77 77
Binary 10110100 1100101 11011100 10010 110110 0 1110 100011000 111111 111111

Color Harmonies of #B465DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465DC

Black with #B465DC

Text Example


Text Example

White with #B465DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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