Html Css Color HEX #B043CE Medium Orchid

📋 copy color: '#B043CE'

red 176 ◦ green 67 ◦ blue 206

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

Shades of Medium Orchid #B043CE

Tints of Medium Orchid #B043CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 39.2%
G = 14.92%
B = 45.88%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B043CE (or 0xB043CE) is known color: Medium Orchid. HEX triplet: B0, 43 and CE. RGB value is (176,67,206). Sum of RGB (Red+Green+Blue) = 176+67+206=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #B043CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043CE is #4FBC31. Grayscale: #727272. Windows color (decimal): -5225522 or 13517744. OLE color: 13517744.

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

Color convert

RGB 176 67 206 -
CMYK 0.15 0.67 0 0.19
HSL 287.05º 0.59% 0.54% -
HSV(B) 287.05º 0.67% 0.81% -
XYZ 31.05 17.7 60.17 -
YUV 115.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 176 67 206 0.15 0.67 0 0.19 287.05 0.59 0.54
Hex B0 43 CE F 43 0 13 11F 3B 36
Octal 260 103 316 17 103 0 23 437 73 66
Binary 10110000 1000011 11001110 1111 1000011 0 10011 100011111 111011 110110

Color Harmonies of #B043CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043CE

Black with #B043CE

Text Example


Text Example

White with #B043CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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