Html Css Color HEX #B955FD Medium Orchid

📋 copy color: '#B955FD'

red 185 ◦ green 85 ◦ blue 253

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

Shades of Medium Orchid #B955FD

Tints of Medium Orchid #B955FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.37%

R = 35.37%
G = 16.25%
B = 48.37%

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

#B955FD (or 0xB955FD) is known color: Medium Orchid. HEX triplet: B9, 55 and FD. RGB value is (185,85,253). Sum of RGB (Red+Green+Blue) = 185+85+253=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #B955FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955FD is #46AA02. Grayscale: #858585. Windows color (decimal): -4631043 or 16602553. OLE color: 16602553.

HSL color Cylindrical-coordinate representation of color #B955FD: hue angle of 275.71º degrees, saturation: 0.98, 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 #B955FD is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 85 253 -
CMYK 0.27 0.66 0 0.01
HSL 275.71º 0.98% 0.66% -
HSV(B) 275.71º 0.66% 0.99% -
XYZ 40.99 23.9 95.38 -
YUV 134.05 195.13 164.34 -
System Red Green Blue C M Y K H S L
Decimal 185 85 253 0.27 0.66 0 0.01 275.71 0.98 0.66
Hex B9 55 FD 1B 42 0 1 114 62 42
Octal 271 125 375 33 102 0 1 424 142 102
Binary 10111001 1010101 11111101 11011 1000010 0 1 100010100 1100010 1000010

Color Harmonies of #B955FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955FD

Black with #B955FD

Text Example


Text Example

White with #B955FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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