Html Css Color HEX #B855EA Medium Orchid

📋 copy color: '#B855EA'

red 184 ◦ green 85 ◦ blue 234

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

Shades of Medium Orchid #B855EA

Tints of Medium Orchid #B855EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 36.58%
G = 16.9%
B = 46.52%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B855EA (or 0xB855EA) is known color: Medium Orchid. HEX triplet: B8, 55 and EA. RGB value is (184,85,234). Sum of RGB (Red+Green+Blue) = 184+85+234=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #B855EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B855EA is #47AA15. Grayscale: #838383. Windows color (decimal): -4696598 or 15357368. OLE color: 15357368.

HSL color Cylindrical-coordinate representation of color #B855EA: hue angle of 279.87º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B855EA is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 85 234 -
CMYK 0.21 0.64 0 0.08
HSL 279.87º 0.78% 0.63% -
HSV(B) 279.87º 0.64% 0.92% -
XYZ 37.87 22.63 80.21 -
YUV 131.59 185.8 165.38 -
System Red Green Blue C M Y K H S L
Decimal 184 85 234 0.21 0.64 0 0.08 279.87 0.78 0.63
Hex B8 55 EA 15 40 0 8 118 4E 3F
Octal 270 125 352 25 100 0 10 430 116 77
Binary 10111000 1010101 11101010 10101 1000000 0 1000 100011000 1001110 111111

Color Harmonies of #B855EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855EA

Black with #B855EA

Text Example


Text Example

White with #B855EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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