Html Css Color HEX #B851FA Medium Orchid

📋 copy color: '#B851FA'

red 184 ◦ green 81 ◦ blue 250

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

Shades of Medium Orchid #B851FA

Tints of Medium Orchid #B851FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 35.73%
G = 15.73%
B = 48.54%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B851FA (or 0xB851FA) is known color: Medium Orchid. HEX triplet: B8, 51 and FA. RGB value is (184,81,250). Sum of RGB (Red+Green+Blue) = 184+81+250=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #B851FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B851FA is #47AE05. Grayscale: #828282. Windows color (decimal): -4697606 or 16404920. OLE color: 16404920.

HSL color Cylindrical-coordinate representation of color #B851FA: hue angle of 276.57º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B851FA is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 81 250 -
CMYK 0.26 0.68 0 0.02
HSL 276.57º 0.94% 0.65% -
HSV(B) 276.57º 0.68% 0.98% -
XYZ 39.96 22.98 92.77 -
YUV 131.06 195.12 165.76 -
System Red Green Blue C M Y K H S L
Decimal 184 81 250 0.26 0.68 0 0.02 276.57 0.94 0.65
Hex B8 51 FA 1A 44 0 2 115 5E 41
Octal 270 121 372 32 104 0 2 425 136 101
Binary 10111000 1010001 11111010 11010 1000100 0 10 100010101 1011110 1000001

Color Harmonies of #B851FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B851FA

Black with #B851FA

Text Example


Text Example

White with #B851FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B851FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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