Html Css Color HEX #B153CF Medium Orchid

📋 copy color: '#B153CF'

red 177 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #B153CF

Tints of Medium Orchid #B153CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 37.9%
G = 17.77%
B = 44.33%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B153CF (or 0xB153CF) is known color: Medium Orchid. HEX triplet: B1, 53 and CF. RGB value is (177,83,207). Sum of RGB (Red+Green+Blue) = 177+83+207=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #B153CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B153CF is #4EAC30. Grayscale: #7C7C7C. Windows color (decimal): -5155889 or 13587377. OLE color: 13587377.

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

Color convert

RGB 177 83 207 -
CMYK 0.14 0.60 0 0.19
HSL 285.48º 0.56% 0.57% -
HSV(B) 285.48º 0.6% 0.81% -
XYZ 32.49 20.04 61.19 -
YUV 125.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 177 83 207 0.14 0.60 0 0.19 285.48 0.56 0.57
Hex B1 53 CF E 3C 0 13 11D 38 39
Octal 261 123 317 16 74 0 23 435 70 71
Binary 10110001 1010011 11001111 1110 111100 0 10011 100011101 111000 111001

Color Harmonies of #B153CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153CF

Black with #B153CF

Text Example


Text Example

White with #B153CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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