Html Css Color HEX #B045D8 Medium Orchid

📋 copy color: '#B045D8'

red 176 ◦ green 69 ◦ blue 216

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

Shades of Medium Orchid #B045D8

Tints of Medium Orchid #B045D8

RGB

 RED value IS 176 (69.14% from 255) = 38.18%

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

 BLUE value IS 216 (84.77% from 255) = 46.85%

R = 38.18%
G = 14.97%
B = 46.85%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B045D8 (or 0xB045D8) is known color: Medium Orchid. HEX triplet: B0, 45 and D8. RGB value is (176,69,216). Sum of RGB (Red+Green+Blue) = 176+69+216=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #B045D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045D8 is #4FBA27. Grayscale: #757575. Windows color (decimal): -5225000 or 14173616. OLE color: 14173616.

HSL color Cylindrical-coordinate representation of color #B045D8: hue angle of 283.67º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B045D8 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 69 216 -
CMYK 0.19 0.68 0 0.15
HSL 283.67º 0.65% 0.56% -
HSV(B) 283.67º 0.68% 0.85% -
XYZ 32.43 18.44 66.82 -
YUV 117.75 183.45 169.55 -
System Red Green Blue C M Y K H S L
Decimal 176 69 216 0.19 0.68 0 0.15 283.67 0.65 0.56
Hex B0 45 D8 13 44 0 F 11C 41 38
Octal 260 105 330 23 104 0 17 434 101 70
Binary 10110000 1000101 11011000 10011 1000100 0 1111 100011100 1000001 111000

Color Harmonies of #B045D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B045D8

Black with #B045D8

Text Example


Text Example

White with #B045D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B045D8; }

 p { color: rgb(176,69,216); }

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

background-color css

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

 a { background-color: rgb(176,69,216); }

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

border-color css

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

 span { border-color: rgb(176,69,216); }

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