Html Css Color HEX #B043CF Medium Orchid

📋 copy color: '#B043CF'

red 176 ◦ green 67 ◦ blue 207

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

Shades of Medium Orchid #B043CF

Tints of Medium Orchid #B043CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 39.11%
G = 14.89%
B = 46%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B043CF (or 0xB043CF) is known color: Medium Orchid. HEX triplet: B0, 43 and CF. RGB value is (176,67,207). Sum of RGB (Red+Green+Blue) = 176+67+207=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 67 (26.56% from 255 or 14.89% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #B043CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043CF is #4FBC30. Grayscale: #737373. Windows color (decimal): -5225521 or 13583280. OLE color: 13583280.

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

Color convert

RGB 176 67 207 -
CMYK 0.15 0.68 0 0.19
HSL 286.71º 0.59% 0.54% -
HSV(B) 286.71º 0.68% 0.81% -
XYZ 31.17 17.75 60.81 -
YUV 115.55 179.61 171.12 -
System Red Green Blue C M Y K H S L
Decimal 176 67 207 0.15 0.68 0 0.19 286.71 0.59 0.54
Hex B0 43 CF F 44 0 13 11F 3B 36
Octal 260 103 317 17 104 0 23 437 73 66
Binary 10110000 1000011 11001111 1111 1000100 0 10011 100011111 111011 110110

Color Harmonies of #B043CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043CF

Black with #B043CF

Text Example


Text Example

White with #B043CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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