Html Css Color HEX #B043DD Medium Orchid

📋 copy color: '#B043DD'

red 176 ◦ green 67 ◦ blue 221

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

Shades of Medium Orchid #B043DD

Tints of Medium Orchid #B043DD

RGB

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

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

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

R = 37.93%
G = 14.44%
B = 47.63%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B043DD (or 0xB043DD) is known color: Medium Orchid. HEX triplet: B0, 43 and DD. RGB value is (176,67,221). Sum of RGB (Red+Green+Blue) = 176+67+221=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #B043DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043DD is #4FBC22. Grayscale: #747474. Windows color (decimal): -5225507 or 14500784. OLE color: 14500784.

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

Color convert

RGB 176 67 221 -
CMYK 0.20 0.70 0 0.13
HSL 282.47º 0.69% 0.56% -
HSV(B) 282.47º 0.7% 0.87% -
XYZ 32.96 18.46 70.23 -
YUV 117.15 186.61 169.98 -
System Red Green Blue C M Y K H S L
Decimal 176 67 221 0.20 0.70 0 0.13 282.47 0.69 0.56
Hex B0 43 DD 14 46 0 D 11A 45 38
Octal 260 103 335 24 106 0 15 432 105 70
Binary 10110000 1000011 11011101 10100 1000110 0 1101 100011010 1000101 111000

Color Harmonies of #B043DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043DD

Black with #B043DD

Text Example


Text Example

White with #B043DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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