Html Css Color HEX #B650DC Medium Orchid

📋 copy color: '#B650DC'

red 182 ◦ green 80 ◦ blue 220

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

Shades of Medium Orchid #B650DC

Tints of Medium Orchid #B650DC

RGB

 RED value IS 182 (71.48% from 255) = 37.76%

 GREEN value IS 80 (31.64% from 255) = 16.6%

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

R = 37.76%
G = 16.6%
B = 45.64%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B650DC (or 0xB650DC) is known color: Medium Orchid. HEX triplet: B6, 50 and DC. RGB value is (182,80,220). Sum of RGB (Red+Green+Blue) = 182+80+220=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #B650DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B650DC is #49AF23. Grayscale: #7E7E7E. Windows color (decimal): -4828964 or 14438582. OLE color: 14438582.

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

Color convert

RGB 182 80 220 -
CMYK 0.17 0.64 0 0.14
HSL 283.71º 0.67% 0.59% -
HSV(B) 283.71º 0.64% 0.86% -
XYZ 35.08 20.85 69.89 -
YUV 126.46 180.79 167.62 -
System Red Green Blue C M Y K H S L
Decimal 182 80 220 0.17 0.64 0 0.14 283.71 0.67 0.59
Hex B6 50 DC 11 40 0 E 11C 43 3B
Octal 266 120 334 21 100 0 16 434 103 73
Binary 10110110 1010000 11011100 10001 1000000 0 1110 100011100 1000011 111011

Color Harmonies of #B650DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B650DC

Black with #B650DC

Text Example


Text Example

White with #B650DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B650DC; }

 p { color: rgb(182,80,220); }

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

background-color css

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

 a { background-color: rgb(182,80,220); }

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

border-color css

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

 span { border-color: rgb(182,80,220); }

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