Html Css Color HEX #B953CB Medium Orchid

📋 copy color: '#B953CB'

red 185 ◦ green 83 ◦ blue 203

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

Shades of Medium Orchid #B953CB

Tints of Medium Orchid #B953CB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.62%

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

R = 39.28%
G = 17.62%
B = 43.1%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B953CB (or 0xB953CB) is known color: Medium Orchid. HEX triplet: B9, 53 and CB. RGB value is (185,83,203). Sum of RGB (Red+Green+Blue) = 185+83+203=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #B953CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953CB is #46AC34. Grayscale: #7E7E7E. Windows color (decimal): -4631605 or 13325241. OLE color: 13325241.

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

Color convert

RGB 185 83 203 -
CMYK 0.09 0.59 0 0.20
HSL 291º 0.54% 0.56% -
HSV(B) 291º 0.59% 0.8% -
XYZ 33.88 20.81 58.73 -
YUV 127.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 185 83 203 0.09 0.59 0 0.20 291 0.54 0.56
Hex B9 53 CB 9 3B 0 14 123 36 38
Octal 271 123 313 11 73 0 24 443 66 70
Binary 10111001 1010011 11001011 1001 111011 0 10100 100100011 110110 111000

Color Harmonies of #B953CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953CB

Black with #B953CB

Text Example


Text Example

White with #B953CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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