Html Css Color HEX #B855E7 Medium Orchid

📋 copy color: '#B855E7'

red 184 ◦ green 85 ◦ blue 231

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

Shades of Medium Orchid #B855E7

Tints of Medium Orchid #B855E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.2%

R = 36.8%
G = 17%
B = 46.2%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B855E7 (or 0xB855E7) is known color: Medium Orchid. HEX triplet: B8, 55 and E7. RGB value is (184,85,231). Sum of RGB (Red+Green+Blue) = 184+85+231=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #B855E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B855E7 is #47AA18. Grayscale: #828282. Windows color (decimal): -4696601 or 15160760. OLE color: 15160760.

HSL color Cylindrical-coordinate representation of color #B855E7: hue angle of 280.68º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B855E7 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 85 231 -
CMYK 0.20 0.63 0 0.09
HSL 280.68º 0.75% 0.62% -
HSV(B) 280.68º 0.63% 0.91% -
XYZ 37.44 22.46 77.96 -
YUV 131.25 184.3 165.63 -
System Red Green Blue C M Y K H S L
Decimal 184 85 231 0.20 0.63 0 0.09 280.68 0.75 0.62
Hex B8 55 E7 14 3F 0 9 119 4B 3E
Octal 270 125 347 24 77 0 11 431 113 76
Binary 10111000 1010101 11100111 10100 111111 0 1001 100011001 1001011 111110

Color Harmonies of #B855E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855E7

Black with #B855E7

Text Example


Text Example

White with #B855E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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