Html Css Color HEX #B955F6 Medium Orchid

📋 copy color: '#B955F6'

red 185 ◦ green 85 ◦ blue 246

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

Shades of Medium Orchid #B955F6

Tints of Medium Orchid #B955F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.67%

R = 35.85%
G = 16.47%
B = 47.67%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B955F6 (or 0xB955F6) is known color: Medium Orchid. HEX triplet: B9, 55 and F6. RGB value is (185,85,246). Sum of RGB (Red+Green+Blue) = 185+85+246=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #B955F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955F6 is #46AA09. Grayscale: #848484. Windows color (decimal): -4631050 or 16143801. OLE color: 16143801.

HSL color Cylindrical-coordinate representation of color #B955F6: hue angle of 277.27º degrees, saturation: 0.9, 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 #B955F6 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 85 246 -
CMYK 0.25 0.65 0 0.04
HSL 277.27º 0.9% 0.65% -
HSV(B) 277.27º 0.65% 0.96% -
XYZ 39.89 23.47 89.62 -
YUV 133.25 191.63 164.91 -
System Red Green Blue C M Y K H S L
Decimal 185 85 246 0.25 0.65 0 0.04 277.27 0.9 0.65
Hex B9 55 F6 19 41 0 4 115 5A 41
Octal 271 125 366 31 101 0 4 425 132 101
Binary 10111001 1010101 11110110 11001 1000001 0 100 100010101 1011010 1000001

Color Harmonies of #B955F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955F6

Black with #B955F6

Text Example


Text Example

White with #B955F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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