Html Css Color HEX #B955EF Medium Orchid

📋 copy color: '#B955EF'

red 185 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #B955EF

Tints of Medium Orchid #B955EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 36.35%
G = 16.7%
B = 46.95%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B955EF (or 0xB955EF) is known color: Medium Orchid. HEX triplet: B9, 55 and EF. RGB value is (185,85,239). Sum of RGB (Red+Green+Blue) = 185+85+239=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #B955EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955EF is #46AA10. Grayscale: #838383. Windows color (decimal): -4631057 or 15685049. OLE color: 15685049.

HSL color Cylindrical-coordinate representation of color #B955EF: hue angle of 278.96º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B955EF is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 85 239 -
CMYK 0.23 0.64 0 0.06
HSL 278.96º 0.83% 0.64% -
HSV(B) 278.96º 0.64% 0.94% -
XYZ 38.84 23.04 84.06 -
YUV 132.46 188.13 165.48 -
System Red Green Blue C M Y K H S L
Decimal 185 85 239 0.23 0.64 0 0.06 278.96 0.83 0.64
Hex B9 55 EF 17 40 0 6 117 53 40
Octal 271 125 357 27 100 0 6 427 123 100
Binary 10111001 1010101 11101111 10111 1000000 0 110 100010111 1010011 1000000

Color Harmonies of #B955EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955EF

Black with #B955EF

Text Example


Text Example

White with #B955EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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