Html Css Color HEX #B955EA Medium Orchid

📋 copy color: '#B955EA'

red 185 ◦ green 85 ◦ blue 234

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

Shades of Medium Orchid #B955EA

Tints of Medium Orchid #B955EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 36.71%
G = 16.87%
B = 46.43%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B955EA (or 0xB955EA) is known color: Medium Orchid. HEX triplet: B9, 55 and EA. RGB value is (185,85,234). Sum of RGB (Red+Green+Blue) = 185+85+234=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #B955EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955EA is #46AA15. Grayscale: #838383. Windows color (decimal): -4631062 or 15357369. OLE color: 15357369.

HSL color Cylindrical-coordinate representation of color #B955EA: hue angle of 280.27º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B955EA is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 85 234 -
CMYK 0.21 0.64 0 0.08
HSL 280.27º 0.78% 0.63% -
HSV(B) 280.27º 0.64% 0.92% -
XYZ 38.11 22.75 80.22 -
YUV 131.89 185.63 165.88 -
System Red Green Blue C M Y K H S L
Decimal 185 85 234 0.21 0.64 0 0.08 280.27 0.78 0.63
Hex B9 55 EA 15 40 0 8 118 4E 3F
Octal 271 125 352 25 100 0 10 430 116 77
Binary 10111001 1010101 11101010 10101 1000000 0 1000 100011000 1001110 111111

Color Harmonies of #B955EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955EA

Black with #B955EA

Text Example


Text Example

White with #B955EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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