Html Css Color HEX #B851DD Medium Orchid

📋 copy color: '#B851DD'

red 184 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #B851DD

Tints of Medium Orchid #B851DD

RGB

 RED value IS 184 (72.27% from 255) = 37.86%

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 37.86%
G = 16.67%
B = 45.47%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B851DD (or 0xB851DD) is known color: Medium Orchid. HEX triplet: B8, 51 and DD. RGB value is (184,81,221). Sum of RGB (Red+Green+Blue) = 184+81+221=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #B851DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851DD is #47AE22. Grayscale: #7F7F7F. Windows color (decimal): -4697635 or 14504376. OLE color: 14504376.

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

Color convert

RGB 184 81 221 -
CMYK 0.17 0.63 0 0.13
HSL 284.14º 0.67% 0.59% -
HSV(B) 284.14º 0.63% 0.87% -
XYZ 35.76 21.3 70.63 -
YUV 127.76 180.62 168.12 -
System Red Green Blue C M Y K H S L
Decimal 184 81 221 0.17 0.63 0 0.13 284.14 0.67 0.59
Hex B8 51 DD 11 3F 0 D 11C 43 3B
Octal 270 121 335 21 77 0 15 434 103 73
Binary 10111000 1010001 11011101 10001 111111 0 1101 100011100 1000011 111011

Color Harmonies of #B851DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B851DD

Black with #B851DD

Text Example


Text Example

White with #B851DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B851DD; }

 p { color: rgb(184,81,221); }

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

background-color css

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

 a { background-color: rgb(184,81,221); }

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

border-color css

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

 span { border-color: rgb(184,81,221); }

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