Html Css Color HEX #B850FE Medium Orchid

📋 copy color: '#B850FE'

red 184 ◦ green 80 ◦ blue 254

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

Shades of Medium Orchid #B850FE

Tints of Medium Orchid #B850FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.44%

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 35.52%
G = 15.44%
B = 49.03%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B850FE (or 0xB850FE) is known color: Medium Orchid. HEX triplet: B8, 50 and FE. RGB value is (184,80,254). Sum of RGB (Red+Green+Blue) = 184+80+254=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #B850FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B850FE is #47AF01. Grayscale: #828282. Windows color (decimal): -4697858 or 16666808. OLE color: 16666808.

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

Color convert

RGB 184 80 254 -
CMYK 0.28 0.69 0 0.00
HSL 275.86º 0.99% 0.65% -
HSV(B) 275.86º 0.69% 1% -
XYZ 40.53 23.08 96.09 -
YUV 130.93 197.46 165.85 -
System Red Green Blue C M Y K H S L
Decimal 184 80 254 0.28 0.69 0 0.00 275.86 0.99 0.65
Hex B8 50 FE 1C 45 0 0 114 63 41
Octal 270 120 376 34 105 0 0 424 143 101
Binary 10111000 1010000 11111110 11100 1000101 0 0 100010100 1100011 1000001

Color Harmonies of #B850FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B850FE

Black with #B850FE

Text Example


Text Example

White with #B850FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B850FE; }

 p { color: rgb(184,80,254); }

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

background-color css

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

 a { background-color: rgb(184,80,254); }

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

border-color css

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

 span { border-color: rgb(184,80,254); }

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