Html Css Color HEX #B043DA Medium Orchid

📋 copy color: '#B043DA'

red 176 ◦ green 67 ◦ blue 218

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

Shades of Medium Orchid #B043DA

Tints of Medium Orchid #B043DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 38.18%
G = 14.53%
B = 47.29%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B043DA (or 0xB043DA) is known color: Medium Orchid. HEX triplet: B0, 43 and DA. RGB value is (176,67,218). Sum of RGB (Red+Green+Blue) = 176+67+218=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #B043DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043DA is #4FBC25. Grayscale: #747474. Windows color (decimal): -5225510 or 14304176. OLE color: 14304176.

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

Color convert

RGB 176 67 218 -
CMYK 0.19 0.69 0 0.15
HSL 283.31º 0.67% 0.56% -
HSV(B) 283.31º 0.69% 0.85% -
XYZ 32.57 18.31 68.15 -
YUV 116.81 185.11 170.22 -
System Red Green Blue C M Y K H S L
Decimal 176 67 218 0.19 0.69 0 0.15 283.31 0.67 0.56
Hex B0 43 DA 13 45 0 F 11B 43 38
Octal 260 103 332 23 105 0 17 433 103 70
Binary 10110000 1000011 11011010 10011 1000101 0 1111 100011011 1000011 111000

Color Harmonies of #B043DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043DA

Black with #B043DA

Text Example


Text Example

White with #B043DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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