Html Css Color HEX #B043CA Medium Orchid

📋 copy color: '#B043CA'

red 176 ◦ green 67 ◦ blue 202

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

Shades of Medium Orchid #B043CA

Tints of Medium Orchid #B043CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.39%

R = 39.55%
G = 15.06%
B = 45.39%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B043CA (or 0xB043CA) is known color: Medium Orchid. HEX triplet: B0, 43 and CA. RGB value is (176,67,202). Sum of RGB (Red+Green+Blue) = 176+67+202=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #B043CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043CA is #4FBC35. Grayscale: #727272. Windows color (decimal): -5225526 or 13255600. OLE color: 13255600.

HSL color Cylindrical-coordinate representation of color #B043CA: hue angle of 288.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B043CA is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 67 202 -
CMYK 0.13 0.67 0 0.21
HSL 288.44º 0.56% 0.53% -
HSV(B) 288.44º 0.67% 0.79% -
XYZ 30.57 17.51 57.65 -
YUV 114.98 177.11 171.52 -
System Red Green Blue C M Y K H S L
Decimal 176 67 202 0.13 0.67 0 0.21 288.44 0.56 0.53
Hex B0 43 CA D 43 0 15 120 38 35
Octal 260 103 312 15 103 0 25 440 70 65
Binary 10110000 1000011 11001010 1101 1000011 0 10101 100100000 111000 110101

Color Harmonies of #B043CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043CA

Black with #B043CA

Text Example


Text Example

White with #B043CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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