Html Css Color HEX #B855DE Medium Orchid

📋 copy color: '#B855DE'

red 184 ◦ green 85 ◦ blue 222

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

Shades of Medium Orchid #B855DE

Tints of Medium Orchid #B855DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 37.47%
G = 17.31%
B = 45.21%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B855DE (or 0xB855DE) is known color: Medium Orchid. HEX triplet: B8, 55 and DE. RGB value is (184,85,222). Sum of RGB (Red+Green+Blue) = 184+85+222=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #B855DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855DE is #47AA21. Grayscale: #818181. Windows color (decimal): -4696610 or 14570936. OLE color: 14570936.

HSL color Cylindrical-coordinate representation of color #B855DE: hue angle of 283.36º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B855DE is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 85 222 -
CMYK 0.17 0.62 0 0.13
HSL 283.36º 0.67% 0.6% -
HSV(B) 283.36º 0.62% 0.87% -
XYZ 36.2 21.96 71.44 -
YUV 130.22 179.8 166.36 -
System Red Green Blue C M Y K H S L
Decimal 184 85 222 0.17 0.62 0 0.13 283.36 0.67 0.6
Hex B8 55 DE 11 3E 0 D 11B 43 3C
Octal 270 125 336 21 76 0 15 433 103 74
Binary 10111000 1010101 11011110 10001 111110 0 1101 100011011 1000011 111100

Color Harmonies of #B855DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855DE

Black with #B855DE

Text Example


Text Example

White with #B855DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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