Html Css Color HEX #B855FB Medium Orchid

📋 copy color: '#B855FB'

red 184 ◦ green 85 ◦ blue 251

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

Shades of Medium Orchid #B855FB

Tints of Medium Orchid #B855FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 35.38%
G = 16.35%
B = 48.27%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B855FB (or 0xB855FB) is known color: Medium Orchid. HEX triplet: B8, 55 and FB. RGB value is (184,85,251). Sum of RGB (Red+Green+Blue) = 184+85+251=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #B855FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B855FB is #47AA04. Grayscale: #848484. Windows color (decimal): -4696581 or 16471480. OLE color: 16471480.

HSL color Cylindrical-coordinate representation of color #B855FB: hue angle of 275.78º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B855FB is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 85 251 -
CMYK 0.27 0.66 0 0.02
HSL 275.78º 0.95% 0.66% -
HSV(B) 275.78º 0.66% 0.98% -
XYZ 40.43 23.65 93.7 -
YUV 133.53 194.3 164 -
System Red Green Blue C M Y K H S L
Decimal 184 85 251 0.27 0.66 0 0.02 275.78 0.95 0.66
Hex B8 55 FB 1B 42 0 2 114 5F 42
Octal 270 125 373 33 102 0 2 424 137 102
Binary 10111000 1010101 11111011 11011 1000010 0 10 100010100 1011111 1000010

Color Harmonies of #B855FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855FB

Black with #B855FB

Text Example


Text Example

White with #B855FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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