Html Css Color HEX #B045DB Medium Orchid

📋 copy color: '#B045DB'

red 176 ◦ green 69 ◦ blue 219

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

Shades of Medium Orchid #B045DB

Tints of Medium Orchid #B045DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 37.93%
G = 14.87%
B = 47.2%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B045DB (or 0xB045DB) is known color: Medium Orchid. HEX triplet: B0, 45 and DB. RGB value is (176,69,219). Sum of RGB (Red+Green+Blue) = 176+69+219=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #B045DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045DB is #4FBA24. Grayscale: #757575. Windows color (decimal): -5224997 or 14370224. OLE color: 14370224.

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

Color convert

RGB 176 69 219 -
CMYK 0.20 0.68 0 0.14
HSL 282.8º 0.68% 0.56% -
HSV(B) 282.8º 0.68% 0.86% -
XYZ 32.82 18.6 68.88 -
YUV 118.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 176 69 219 0.20 0.68 0 0.14 282.8 0.68 0.56
Hex B0 45 DB 14 44 0 E 11B 44 38
Octal 260 105 333 24 104 0 16 433 104 70
Binary 10110000 1000101 11011011 10100 1000100 0 1110 100011011 1000100 111000

Color Harmonies of #B045DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B045DB

Black with #B045DB

Text Example


Text Example

White with #B045DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B045DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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