Html Css Color HEX #B145DD Medium Orchid

📋 copy color: '#B145DD'

red 177 ◦ green 69 ◦ blue 221

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

Shades of Medium Orchid #B145DD

Tints of Medium Orchid #B145DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.78%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 37.9%
G = 14.78%
B = 47.32%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B145DD (or 0xB145DD) is known color: Medium Orchid. HEX triplet: B1, 45 and DD. RGB value is (177,69,221). Sum of RGB (Red+Green+Blue) = 177+69+221=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #B145DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145DD is #4EBA22. Grayscale: #767676. Windows color (decimal): -5159459 or 14501297. OLE color: 14501297.

HSL color Cylindrical-coordinate representation of color #B145DD: hue angle of 282.63º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B145DD is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 69 221 -
CMYK 0.20 0.69 0 0.13
HSL 282.63º 0.69% 0.57% -
HSV(B) 282.63º 0.69% 0.87% -
XYZ 33.31 18.82 70.28 -
YUV 118.62 185.78 169.64 -
System Red Green Blue C M Y K H S L
Decimal 177 69 221 0.20 0.69 0 0.13 282.63 0.69 0.57
Hex B1 45 DD 14 45 0 D 11B 45 39
Octal 261 105 335 24 105 0 15 433 105 71
Binary 10110001 1000101 11011101 10100 1000101 0 1101 100011011 1000101 111001

Color Harmonies of #B145DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145DD

Black with #B145DD

Text Example


Text Example

White with #B145DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145DD; }

 p { color: rgb(177,69,221); }

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

background-color css

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

 a { background-color: rgb(177,69,221); }

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

border-color css

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

 span { border-color: rgb(177,69,221); }

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