Html Css Color HEX #B043DB Medium Orchid

📋 copy color: '#B043DB'

red 176 ◦ green 67 ◦ blue 219

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

Shades of Medium Orchid #B043DB

Tints of Medium Orchid #B043DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.5%

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

R = 38.1%
G = 14.5%
B = 47.4%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B043DB (or 0xB043DB) is known color: Medium Orchid. HEX triplet: B0, 43 and DB. RGB value is (176,67,219). Sum of RGB (Red+Green+Blue) = 176+67+219=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #B043DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043DB is #4FBC24. Grayscale: #747474. Windows color (decimal): -5225509 or 14369712. OLE color: 14369712.

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

Color convert

RGB 176 67 219 -
CMYK 0.20 0.69 0 0.14
HSL 283.03º 0.68% 0.56% -
HSV(B) 283.03º 0.69% 0.86% -
XYZ 32.7 18.36 68.84 -
YUV 116.92 185.61 170.14 -
System Red Green Blue C M Y K H S L
Decimal 176 67 219 0.20 0.69 0 0.14 283.03 0.68 0.56
Hex B0 43 DB 14 45 0 E 11B 44 38
Octal 260 103 333 24 105 0 16 433 104 70
Binary 10110000 1000011 11011011 10100 1000101 0 1110 100011011 1000100 111000

Color Harmonies of #B043DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043DB

Black with #B043DB

Text Example


Text Example

White with #B043DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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