Html Css Color HEX #B955F5 Medium Orchid

📋 copy color: '#B955F5'

red 185 ◦ green 85 ◦ blue 245

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

Shades of Medium Orchid #B955F5

Tints of Medium Orchid #B955F5

RGB

 RED value IS 185 (72.66% from 255) = 35.92%

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

 BLUE value IS 245 (96.09% from 255) = 47.57%

R = 35.92%
G = 16.5%
B = 47.57%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B955F5 (or 0xB955F5) is known color: Medium Orchid. HEX triplet: B9, 55 and F5. RGB value is (185,85,245). Sum of RGB (Red+Green+Blue) = 185+85+245=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #B955F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955F5 is #46AA0A. Grayscale: #848484. Windows color (decimal): -4631051 or 16078265. OLE color: 16078265.

HSL color Cylindrical-coordinate representation of color #B955F5: hue angle of 277.5º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B955F5 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 85 245 -
CMYK 0.24 0.65 0 0.04
HSL 277.5º 0.89% 0.65% -
HSV(B) 277.5º 0.65% 0.96% -
XYZ 39.74 23.4 88.81 -
YUV 133.14 191.13 164.99 -
System Red Green Blue C M Y K H S L
Decimal 185 85 245 0.24 0.65 0 0.04 277.5 0.89 0.65
Hex B9 55 F5 18 41 0 4 116 59 41
Octal 271 125 365 30 101 0 4 426 131 101
Binary 10111001 1010101 11110101 11000 1000001 0 100 100010110 1011001 1000001

Color Harmonies of #B955F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955F5

Black with #B955F5

Text Example


Text Example

White with #B955F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955F5; }

 p { color: rgb(185,85,245); }

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

background-color css

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

 a { background-color: rgb(185,85,245); }

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

border-color css

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

 span { border-color: rgb(185,85,245); }

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