Html Css Color HEX #B955F7 Medium Orchid

📋 copy color: '#B955F7'

red 185 ◦ green 85 ◦ blue 247

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

Shades of Medium Orchid #B955F7

Tints of Medium Orchid #B955F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.78%

R = 35.78%
G = 16.44%
B = 47.78%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B955F7 (or 0xB955F7) is known color: Medium Orchid. HEX triplet: B9, 55 and F7. RGB value is (185,85,247). Sum of RGB (Red+Green+Blue) = 185+85+247=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #B955F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955F7 is #46AA08. Grayscale: #848484. Windows color (decimal): -4631049 or 16209337. OLE color: 16209337.

HSL color Cylindrical-coordinate representation of color #B955F7: hue angle of 277.04º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B955F7 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 85 247 -
CMYK 0.25 0.66 0 0.03
HSL 277.04º 0.91% 0.65% -
HSV(B) 277.04º 0.66% 0.97% -
XYZ 40.04 23.53 90.43 -
YUV 133.37 192.13 164.83 -
System Red Green Blue C M Y K H S L
Decimal 185 85 247 0.25 0.66 0 0.03 277.04 0.91 0.65
Hex B9 55 F7 19 42 0 3 115 5B 41
Octal 271 125 367 31 102 0 3 425 133 101
Binary 10111001 1010101 11110111 11001 1000010 0 11 100010101 1011011 1000001

Color Harmonies of #B955F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955F7

Black with #B955F7

Text Example


Text Example

White with #B955F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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