Html Css Color HEX #B955CB Medium Orchid

📋 copy color: '#B955CB'

red 185 ◦ green 85 ◦ blue 203

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

Shades of Medium Orchid #B955CB

Tints of Medium Orchid #B955CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 39.11%
G = 17.97%
B = 42.92%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B955CB (or 0xB955CB) is known color: Medium Orchid. HEX triplet: B9, 55 and CB. RGB value is (185,85,203). Sum of RGB (Red+Green+Blue) = 185+85+203=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #B955CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955CB is #46AA34. Grayscale: #7F7F7F. Windows color (decimal): -4631093 or 13325753. OLE color: 13325753.

HSL color Cylindrical-coordinate representation of color #B955CB: hue angle of 290.85º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B955CB is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 85 203 -
CMYK 0.09 0.58 0 0.20
HSL 290.85º 0.53% 0.56% -
HSV(B) 290.85º 0.58% 0.8% -
XYZ 34.04 21.12 58.78 -
YUV 128.35 170.13 168.41 -
System Red Green Blue C M Y K H S L
Decimal 185 85 203 0.09 0.58 0 0.20 290.85 0.53 0.56
Hex B9 55 CB 9 3A 0 14 123 35 38
Octal 271 125 313 11 72 0 24 443 65 70
Binary 10111001 1010101 11001011 1001 111010 0 10100 100100011 110101 111000

Color Harmonies of #B955CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955CB

Black with #B955CB

Text Example


Text Example

White with #B955CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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