Html Css Color HEX #B153CD Medium Orchid

📋 copy color: '#B153CD'

red 177 ◦ green 83 ◦ blue 205

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

Shades of Medium Orchid #B153CD

Tints of Medium Orchid #B153CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 38.06%
G = 17.85%
B = 44.09%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B153CD (or 0xB153CD) is known color: Medium Orchid. HEX triplet: B1, 53 and CD. RGB value is (177,83,205). Sum of RGB (Red+Green+Blue) = 177+83+205=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #B153CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B153CD is #4EAC32. Grayscale: #7C7C7C. Windows color (decimal): -5155891 or 13456305. OLE color: 13456305.

HSL color Cylindrical-coordinate representation of color #B153CD: hue angle of 286.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B153CD is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 83 205 -
CMYK 0.14 0.60 0 0.20
HSL 286.23º 0.55% 0.56% -
HSV(B) 286.23º 0.6% 0.8% -
XYZ 32.24 19.94 59.91 -
YUV 125.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 177 83 205 0.14 0.60 0 0.20 286.23 0.55 0.56
Hex B1 53 CD E 3C 0 14 11E 37 38
Octal 261 123 315 16 74 0 24 436 67 70
Binary 10110001 1010011 11001101 1110 111100 0 10100 100011110 110111 111000

Color Harmonies of #B153CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153CD

Black with #B153CD

Text Example


Text Example

White with #B153CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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