Html Css Color HEX #B955E8 Medium Orchid

📋 copy color: '#B955E8'

red 185 ◦ green 85 ◦ blue 232

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

Shades of Medium Orchid #B955E8

Tints of Medium Orchid #B955E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.22%

R = 36.85%
G = 16.93%
B = 46.22%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B955E8 (or 0xB955E8) is known color: Medium Orchid. HEX triplet: B9, 55 and E8. RGB value is (185,85,232). Sum of RGB (Red+Green+Blue) = 185+85+232=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #B955E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955E8 is #46AA17. Grayscale: #838383. Windows color (decimal): -4631064 or 15226297. OLE color: 15226297.

HSL color Cylindrical-coordinate representation of color #B955E8: hue angle of 280.82º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B955E8 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 85 232 -
CMYK 0.20 0.63 0 0.09
HSL 280.82º 0.76% 0.62% -
HSV(B) 280.82º 0.63% 0.91% -
XYZ 37.82 22.64 78.72 -
YUV 131.66 184.63 166.05 -
System Red Green Blue C M Y K H S L
Decimal 185 85 232 0.20 0.63 0 0.09 280.82 0.76 0.62
Hex B9 55 E8 14 3F 0 9 119 4C 3E
Octal 271 125 350 24 77 0 11 431 114 76
Binary 10111001 1010101 11101000 10100 111111 0 1001 100011001 1001100 111110

Color Harmonies of #B955E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955E8

Black with #B955E8

Text Example


Text Example

White with #B955E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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