Html Css Color HEX #B955FC Medium Orchid

📋 copy color: '#B955FC'

red 185 ◦ green 85 ◦ blue 252

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

Shades of Medium Orchid #B955FC

Tints of Medium Orchid #B955FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 35.44%
G = 16.28%
B = 48.28%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B955FC (or 0xB955FC) is known color: Medium Orchid. HEX triplet: B9, 55 and FC. RGB value is (185,85,252). Sum of RGB (Red+Green+Blue) = 185+85+252=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #B955FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955FC is #46AA03. Grayscale: #858585. Windows color (decimal): -4631044 or 16537017. OLE color: 16537017.

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

Color convert

RGB 185 85 252 -
CMYK 0.27 0.66 0 0.01
HSL 275.93º 0.97% 0.66% -
HSV(B) 275.93º 0.66% 0.99% -
XYZ 40.83 23.84 94.55 -
YUV 133.94 194.63 164.42 -
System Red Green Blue C M Y K H S L
Decimal 185 85 252 0.27 0.66 0 0.01 275.93 0.97 0.66
Hex B9 55 FC 1B 42 0 1 114 61 42
Octal 271 125 374 33 102 0 1 424 141 102
Binary 10111001 1010101 11111100 11011 1000010 0 1 100010100 1100001 1000010

Color Harmonies of #B955FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955FC

Black with #B955FC

Text Example


Text Example

White with #B955FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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