Html Css Color HEX #B466DF Medium Orchid

📋 copy color: '#B466DF'

red 180 ◦ green 102 ◦ blue 223

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

Shades of Medium Orchid #B466DF

Tints of Medium Orchid #B466DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 35.64%
G = 20.2%
B = 44.16%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B466DF (or 0xB466DF) is known color: Medium Orchid. HEX triplet: B4, 66 and DF. RGB value is (180,102,223). Sum of RGB (Red+Green+Blue) = 180+102+223=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #B466DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466DF is #4B9920. Grayscale: #8A8A8A. Windows color (decimal): -4954401 or 14640820. OLE color: 14640820.

HSL color Cylindrical-coordinate representation of color #B466DF: hue angle of 278.68º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B466DF is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 102 223 -
CMYK 0.19 0.54 0 0.13
HSL 278.68º 0.65% 0.64% -
HSV(B) 278.68º 0.54% 0.87% -
XYZ 36.89 24.53 72.6 -
YUV 139.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 180 102 223 0.19 0.54 0 0.13 278.68 0.65 0.64
Hex B4 66 DF 13 36 0 D 117 41 40
Octal 264 146 337 23 66 0 15 427 101 100
Binary 10110100 1100110 11011111 10011 110110 0 1101 100010111 1000001 1000000

Color Harmonies of #B466DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466DF

Black with #B466DF

Text Example


Text Example

White with #B466DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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