Html Css Color HEX #B851DA Medium Orchid

📋 copy color: '#B851DA'

red 184 ◦ green 81 ◦ blue 218

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

Shades of Medium Orchid #B851DA

Tints of Medium Orchid #B851DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 38.1%
G = 16.77%
B = 45.13%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B851DA (or 0xB851DA) is known color: Medium Orchid. HEX triplet: B8, 51 and DA. RGB value is (184,81,218). Sum of RGB (Red+Green+Blue) = 184+81+218=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #B851DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851DA is #47AE25. Grayscale: #7E7E7E. Windows color (decimal): -4697638 or 14307768. OLE color: 14307768.

HSL color Cylindrical-coordinate representation of color #B851DA: hue angle of 285.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B851DA is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 81 218 -
CMYK 0.16 0.63 0 0.15
HSL 285.11º 0.65% 0.59% -
HSV(B) 285.11º 0.63% 0.85% -
XYZ 35.36 21.14 68.55 -
YUV 127.42 179.12 168.36 -
System Red Green Blue C M Y K H S L
Decimal 184 81 218 0.16 0.63 0 0.15 285.11 0.65 0.59
Hex B8 51 DA 10 3F 0 F 11D 41 3B
Octal 270 121 332 20 77 0 17 435 101 73
Binary 10111000 1010001 11011010 10000 111111 0 1111 100011101 1000001 111011

Color Harmonies of #B851DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B851DA

Black with #B851DA

Text Example


Text Example

White with #B851DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B851DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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