Html Css Color HEX #B43FC7 Medium Orchid

📋 copy color: '#B43FC7'

red 180 ◦ green 63 ◦ blue 199

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

Shades of Medium Orchid #B43FC7

Tints of Medium Orchid #B43FC7

RGB

 RED value IS 180 (70.7% from 255) = 40.72%

 GREEN value IS 63 (25% from 255) = 14.25%

 BLUE value IS 199 (78.13% from 255) = 45.02%

R = 40.72%
G = 14.25%
B = 45.02%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B43FC7 (or 0xB43FC7) is known color: Medium Orchid. HEX triplet: B4, 3F and C7. RGB value is (180,63,199). Sum of RGB (Red+Green+Blue) = 180+63+199=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 199 - color contains mainly: blue. Hex color #B43FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FC7 is #4BC038. Grayscale: #717171. Windows color (decimal): -4964409 or 13057972. OLE color: 13057972.

HSL color Cylindrical-coordinate representation of color #B43FC7: hue angle of 291.62º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43FC7 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 63 199 -
CMYK 0.10 0.68 0 0.22
HSL 291.62º 0.55% 0.51% -
HSV(B) 291.62º 0.68% 0.78% -
XYZ 30.91 17.38 55.76 -
YUV 113.49 176.26 175.44 -
System Red Green Blue C M Y K H S L
Decimal 180 63 199 0.10 0.68 0 0.22 291.62 0.55 0.51
Hex B4 3F C7 A 44 0 16 124 37 33
Octal 264 77 307 12 104 0 26 444 67 63
Binary 10110100 111111 11000111 1010 1000100 0 10110 100100100 110111 110011

Color Harmonies of #B43FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FC7

Black with #B43FC7

Text Example


Text Example

White with #B43FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FC7; }

 p { color: rgb(180,63,199); }

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

background-color css

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

 a { background-color: rgb(180,63,199); }

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

border-color css

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

 span { border-color: rgb(180,63,199); }

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