Html Css Color HEX #B955FA Medium Orchid

📋 copy color: '#B955FA'

red 185 ◦ green 85 ◦ blue 250

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

Shades of Medium Orchid #B955FA

Tints of Medium Orchid #B955FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 35.58%
G = 16.35%
B = 48.08%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B955FA (or 0xB955FA) is known color: Medium Orchid. HEX triplet: B9, 55 and FA. RGB value is (185,85,250). Sum of RGB (Red+Green+Blue) = 185+85+250=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #B955FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955FA is #46AA05. Grayscale: #858585. Windows color (decimal): -4631046 or 16405945. OLE color: 16405945.

HSL color Cylindrical-coordinate representation of color #B955FA: hue angle of 276.36º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B955FA is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 85 250 -
CMYK 0.26 0.66 0 0.02
HSL 276.36º 0.94% 0.66% -
HSV(B) 276.36º 0.66% 0.98% -
XYZ 40.51 23.71 92.88 -
YUV 133.71 193.63 164.58 -
System Red Green Blue C M Y K H S L
Decimal 185 85 250 0.26 0.66 0 0.02 276.36 0.94 0.66
Hex B9 55 FA 1A 42 0 2 114 5E 42
Octal 271 125 372 32 102 0 2 424 136 102
Binary 10111001 1010101 11111010 11010 1000010 0 10 100010100 1011110 1000010

Color Harmonies of #B955FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955FA

Black with #B955FA

Text Example


Text Example

White with #B955FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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