Html Css Color HEX #B855EF Medium Orchid

📋 copy color: '#B855EF'

red 184 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #B855EF

Tints of Medium Orchid #B855EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.05%

R = 36.22%
G = 16.73%
B = 47.05%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B855EF (or 0xB855EF) is known color: Medium Orchid. HEX triplet: B8, 55 and EF. RGB value is (184,85,239). Sum of RGB (Red+Green+Blue) = 184+85+239=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #B855EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B855EF is #47AA10. Grayscale: #838383. Windows color (decimal): -4696593 or 15685048. OLE color: 15685048.

HSL color Cylindrical-coordinate representation of color #B855EF: hue angle of 278.57º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B855EF is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 85 239 -
CMYK 0.23 0.64 0 0.06
HSL 278.57º 0.83% 0.64% -
HSV(B) 278.57º 0.64% 0.94% -
XYZ 38.6 22.92 84.05 -
YUV 132.16 188.3 164.98 -
System Red Green Blue C M Y K H S L
Decimal 184 85 239 0.23 0.64 0 0.06 278.57 0.83 0.64
Hex B8 55 EF 17 40 0 6 117 53 40
Octal 270 125 357 27 100 0 6 427 123 100
Binary 10111000 1010101 11101111 10111 1000000 0 110 100010111 1010011 1000000

Color Harmonies of #B855EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855EF

Black with #B855EF

Text Example


Text Example

White with #B855EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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