Html Css Color HEX #B466DC Medium Orchid

📋 copy color: '#B466DC'

red 180 ◦ green 102 ◦ blue 220

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

Shades of Medium Orchid #B466DC

Tints of Medium Orchid #B466DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.32%

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

R = 35.86%
G = 20.32%
B = 43.82%

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

#B466DC (or 0xB466DC) is known color: Medium Orchid. HEX triplet: B4, 66 and DC. RGB value is (180,102,220). Sum of RGB (Red+Green+Blue) = 180+102+220=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #B466DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466DC is #4B9923. Grayscale: #8A8A8A. Windows color (decimal): -4954404 or 14444212. OLE color: 14444212.

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

Color convert

RGB 180 102 220 -
CMYK 0.18 0.54 0 0.14
HSL 279.66º 0.63% 0.63% -
HSV(B) 279.66º 0.54% 0.86% -
XYZ 36.49 24.37 70.49 -
YUV 138.77 173.84 157.41 -
System Red Green Blue C M Y K H S L
Decimal 180 102 220 0.18 0.54 0 0.14 279.66 0.63 0.63
Hex B4 66 DC 12 36 0 E 118 3F 3F
Octal 264 146 334 22 66 0 16 430 77 77
Binary 10110100 1100110 11011100 10010 110110 0 1110 100011000 111111 111111

Color Harmonies of #B466DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466DC

Black with #B466DC

Text Example


Text Example

White with #B466DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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