Html Css Color HEX #B153CB Medium Orchid

📋 copy color: '#B153CB'

red 177 ◦ green 83 ◦ blue 203

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

Shades of Medium Orchid #B153CB

Tints of Medium Orchid #B153CB

RGB

 RED value IS 177 (69.53% from 255) = 38.23%

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

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

R = 38.23%
G = 17.93%
B = 43.84%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B153CB (or 0xB153CB) is known color: Medium Orchid. HEX triplet: B1, 53 and CB. RGB value is (177,83,203). Sum of RGB (Red+Green+Blue) = 177+83+203=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #B153CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B153CB is #4EAC34. Grayscale: #7C7C7C. Windows color (decimal): -5155893 or 13325233. OLE color: 13325233.

HSL color Cylindrical-coordinate representation of color #B153CB: hue angle of 287º 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 #B153CB is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 83 203 -
CMYK 0.13 0.59 0 0.20
HSL 287º 0.54% 0.56% -
HSV(B) 287º 0.59% 0.8% -
XYZ 32 19.85 58.64 -
YUV 124.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 177 83 203 0.13 0.59 0 0.20 287 0.54 0.56
Hex B1 53 CB D 3B 0 14 11F 36 38
Octal 261 123 313 15 73 0 24 437 66 70
Binary 10110001 1010011 11001011 1101 111011 0 10100 100011111 110110 111000

Color Harmonies of #B153CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153CB

Black with #B153CB

Text Example


Text Example

White with #B153CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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