Html Css Color HEX #B855CD Medium Orchid

📋 copy color: '#B855CD'

red 184 ◦ green 85 ◦ blue 205

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

Shades of Medium Orchid #B855CD

Tints of Medium Orchid #B855CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 38.82%
G = 17.93%
B = 43.25%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B855CD (or 0xB855CD) is known color: Medium Orchid. HEX triplet: B8, 55 and CD. RGB value is (184,85,205). Sum of RGB (Red+Green+Blue) = 184+85+205=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #B855CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855CD is #47AA32. Grayscale: #7F7F7F. Windows color (decimal): -4696627 or 13456824. OLE color: 13456824.

HSL color Cylindrical-coordinate representation of color #B855CD: hue angle of 289.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B855CD is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 85 205 -
CMYK 0.10 0.59 0 0.20
HSL 289.5º 0.55% 0.57% -
HSV(B) 289.5º 0.59% 0.8% -
XYZ 34.04 21.1 60.04 -
YUV 128.28 171.3 167.74 -
System Red Green Blue C M Y K H S L
Decimal 184 85 205 0.10 0.59 0 0.20 289.5 0.55 0.57
Hex B8 55 CD A 3B 0 14 122 37 39
Octal 270 125 315 12 73 0 24 442 67 71
Binary 10111000 1010101 11001101 1010 111011 0 10100 100100010 110111 111001

Color Harmonies of #B855CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855CD

Black with #B855CD

Text Example


Text Example

White with #B855CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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