Html Css Color HEX #B955FF Medium Orchid

📋 copy color: '#B955FF'

red 185 ◦ green 85 ◦ blue 255

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

Shades of Medium Orchid #B955FF

Tints of Medium Orchid #B955FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.57%

R = 35.24%
G = 16.19%
B = 48.57%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B955FF (or 0xB955FF) is known color: Medium Orchid. HEX triplet: B9, 55 and FF. RGB value is (185,85,255). Sum of RGB (Red+Green+Blue) = 185+85+255=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #B955FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955FF is #46AA00. Grayscale: #858585. Windows color (decimal): -4631041 or 16733625. OLE color: 16733625.

HSL color Cylindrical-coordinate representation of color #B955FF: hue angle of 275.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B955FF is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 85 255 -
CMYK 0.27 0.67 0 0
HSL 275.29º 1% 0.67% -
HSV(B) 275.29º 0.67% 1% -
XYZ 41.31 24.03 97.07 -
YUV 134.28 196.13 164.18 -
System Red Green Blue C M Y K H S L
Decimal 185 85 255 0.27 0.67 0 0 275.29 1 0.67
Hex B9 55 FF 1B 43 0 0 113 64 43
Octal 271 125 377 33 103 0 0 423 144 103
Binary 10111001 1010101 11111111 11011 1000011 0 0 100010011 1100100 1000011

Color Harmonies of #B955FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955FF

Black with #B955FF

Text Example


Text Example

White with #B955FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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