Html Css Color HEX #B651DC Medium Orchid

📋 copy color: '#B651DC'

red 182 ◦ green 81 ◦ blue 220

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

Shades of Medium Orchid #B651DC

Tints of Medium Orchid #B651DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.77%

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

R = 37.68%
G = 16.77%
B = 45.55%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B651DC (or 0xB651DC) is known color: Medium Orchid. HEX triplet: B6, 51 and DC. RGB value is (182,81,220). Sum of RGB (Red+Green+Blue) = 182+81+220=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #B651DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B651DC is #49AE23. Grayscale: #7E7E7E. Windows color (decimal): -4828708 or 14438838. OLE color: 14438838.

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

Color convert

RGB 182 81 220 -
CMYK 0.17 0.63 0 0.14
HSL 283.6º 0.67% 0.59% -
HSV(B) 283.6º 0.63% 0.86% -
XYZ 35.15 21 69.91 -
YUV 127.05 180.46 167.2 -
System Red Green Blue C M Y K H S L
Decimal 182 81 220 0.17 0.63 0 0.14 283.6 0.67 0.59
Hex B6 51 DC 11 3F 0 E 11C 43 3B
Octal 266 121 334 21 77 0 16 434 103 73
Binary 10110110 1010001 11011100 10001 111111 0 1110 100011100 1000011 111011

Color Harmonies of #B651DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B651DC

Black with #B651DC

Text Example


Text Example

White with #B651DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B651DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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