Html Css Color HEX #B855CF Medium Orchid

📋 copy color: '#B855CF'

red 184 ◦ green 85 ◦ blue 207

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

Shades of Medium Orchid #B855CF

Tints of Medium Orchid #B855CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 38.66%
G = 17.86%
B = 43.49%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B855CF (or 0xB855CF) is known color: Medium Orchid. HEX triplet: B8, 55 and CF. RGB value is (184,85,207). Sum of RGB (Red+Green+Blue) = 184+85+207=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #B855CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855CF is #47AA30. Grayscale: #808080. Windows color (decimal): -4696625 or 13587896. OLE color: 13587896.

HSL color Cylindrical-coordinate representation of color #B855CF: hue angle of 288.69º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B855CF is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 85 207 -
CMYK 0.11 0.59 0 0.19
HSL 288.69º 0.56% 0.57% -
HSV(B) 288.69º 0.59% 0.81% -
XYZ 34.28 21.19 61.32 -
YUV 128.51 172.3 167.58 -
System Red Green Blue C M Y K H S L
Decimal 184 85 207 0.11 0.59 0 0.19 288.69 0.56 0.57
Hex B8 55 CF B 3B 0 13 121 38 39
Octal 270 125 317 13 73 0 23 441 70 71
Binary 10111000 1010101 11001111 1011 111011 0 10011 100100001 111000 111001

Color Harmonies of #B855CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855CF

Black with #B855CF

Text Example


Text Example

White with #B855CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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