Html Css Color HEX #B850FF Medium Orchid

📋 copy color: '#B850FF'

red 184 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #B850FF

Tints of Medium Orchid #B850FF

RGB

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

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

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

R = 35.45%
G = 15.41%
B = 49.13%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B850FF (or 0xB850FF) is known color: Medium Orchid. HEX triplet: B8, 50 and FF. RGB value is (184,80,255). Sum of RGB (Red+Green+Blue) = 184+80+255=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #B850FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B850FF is #47AF00. Grayscale: #828282. Windows color (decimal): -4697857 or 16732344. OLE color: 16732344.

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

Color convert

RGB 184 80 255 -
CMYK 0.28 0.69 0 0
HSL 275.66º 1% 0.66% -
HSV(B) 275.66º 0.69% 1% -
XYZ 40.69 23.15 96.93 -
YUV 131.05 197.96 165.77 -
System Red Green Blue C M Y K H S L
Decimal 184 80 255 0.28 0.69 0 0 275.66 1 0.66
Hex B8 50 FF 1C 45 0 0 114 64 42
Octal 270 120 377 34 105 0 0 424 144 102
Binary 10111000 1010000 11111111 11100 1000101 0 0 100010100 1100100 1000010

Color Harmonies of #B850FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B850FF

Black with #B850FF

Text Example


Text Example

White with #B850FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B850FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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