Html Css Color HEX #B855FE Medium Orchid

📋 copy color: '#B855FE'

red 184 ◦ green 85 ◦ blue 254

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

Shades of Medium Orchid #B855FE

Tints of Medium Orchid #B855FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.25%

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

R = 35.18%
G = 16.25%
B = 48.57%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B855FE (or 0xB855FE) is known color: Medium Orchid. HEX triplet: B8, 55 and FE. RGB value is (184,85,254). Sum of RGB (Red+Green+Blue) = 184+85+254=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #B855FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B855FE is #47AA01. Grayscale: #858585. Windows color (decimal): -4696578 or 16668088. OLE color: 16668088.

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

Color convert

RGB 184 85 254 -
CMYK 0.28 0.67 0 0.00
HSL 275.15º 0.99% 0.66% -
HSV(B) 275.15º 0.67% 1% -
XYZ 40.91 23.84 96.21 -
YUV 133.87 195.8 163.76 -
System Red Green Blue C M Y K H S L
Decimal 184 85 254 0.28 0.67 0 0.00 275.15 0.99 0.66
Hex B8 55 FE 1C 43 0 0 113 63 42
Octal 270 125 376 34 103 0 0 423 143 102
Binary 10111000 1010101 11111110 11100 1000011 0 0 100010011 1100011 1000010

Color Harmonies of #B855FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855FE

Black with #B855FE

Text Example


Text Example

White with #B855FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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