Html Css Color HEX #B851FF Medium Orchid

📋 copy color: '#B851FF'

red 184 ◦ green 81 ◦ blue 255

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

Shades of Medium Orchid #B851FF

Tints of Medium Orchid #B851FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.04%

R = 35.38%
G = 15.58%
B = 49.04%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B851FF (or 0xB851FF) is known color: Medium Orchid. HEX triplet: B8, 51 and FF. RGB value is (184,81,255). Sum of RGB (Red+Green+Blue) = 184+81+255=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #B851FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B851FF is #47AE00. Grayscale: #838383. Windows color (decimal): -4697601 or 16732600. OLE color: 16732600.

HSL color Cylindrical-coordinate representation of color #B851FF: hue angle of 275.52º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B851FF is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 81 255 -
CMYK 0.28 0.68 0 0
HSL 275.52º 1% 0.66% -
HSV(B) 275.52º 0.68% 1% -
XYZ 40.76 23.3 96.96 -
YUV 131.63 197.62 165.35 -
System Red Green Blue C M Y K H S L
Decimal 184 81 255 0.28 0.68 0 0 275.52 1 0.66
Hex B8 51 FF 1C 44 0 0 114 64 42
Octal 270 121 377 34 104 0 0 424 144 102
Binary 10111000 1010001 11111111 11100 1000100 0 0 100010100 1100100 1000010

Color Harmonies of #B851FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B851FF

Black with #B851FF

Text Example


Text Example

White with #B851FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B851FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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