Html Css Color HEX #B955EC Medium Orchid

📋 copy color: '#B955EC'

red 185 ◦ green 85 ◦ blue 236

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

Shades of Medium Orchid #B955EC

Tints of Medium Orchid #B955EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 36.56%
G = 16.8%
B = 46.64%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B955EC (or 0xB955EC) is known color: Medium Orchid. HEX triplet: B9, 55 and EC. RGB value is (185,85,236). Sum of RGB (Red+Green+Blue) = 185+85+236=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #B955EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955EC is #46AA13. Grayscale: #838383. Windows color (decimal): -4631060 or 15488441. OLE color: 15488441.

HSL color Cylindrical-coordinate representation of color #B955EC: hue angle of 279.74º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B955EC is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 85 236 -
CMYK 0.22 0.64 0 0.07
HSL 279.74º 0.8% 0.63% -
HSV(B) 279.74º 0.64% 0.93% -
XYZ 38.4 22.87 81.75 -
YUV 132.11 186.63 165.72 -
System Red Green Blue C M Y K H S L
Decimal 185 85 236 0.22 0.64 0 0.07 279.74 0.8 0.63
Hex B9 55 EC 16 40 0 7 118 50 3F
Octal 271 125 354 26 100 0 7 430 120 77
Binary 10111001 1010101 11101100 10110 1000000 0 111 100011000 1010000 111111

Color Harmonies of #B955EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955EC

Black with #B955EC

Text Example


Text Example

White with #B955EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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