Html Css Color HEX #B43EC6 Medium Orchid

📋 copy color: '#B43EC6'

red 180 ◦ green 62 ◦ blue 198

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

Shades of Medium Orchid #B43EC6

Tints of Medium Orchid #B43EC6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.09%

 BLUE value IS 198 (77.73% from 255) = 45%

R = 40.91%
G = 14.09%
B = 45%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B43EC6 (or 0xB43EC6) is known color: Medium Orchid. HEX triplet: B4, 3E and C6. RGB value is (180,62,198). Sum of RGB (Red+Green+Blue) = 180+62+198=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #B43EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EC6 is #4BC139. Grayscale: #707070. Windows color (decimal): -4964666 or 12992180. OLE color: 12992180.

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

Color convert

RGB 180 62 198 -
CMYK 0.09 0.69 0 0.22
HSL 292.06º 0.54% 0.51% -
HSV(B) 292.06º 0.69% 0.78% -
XYZ 30.74 17.23 55.13 -
YUV 112.79 176.09 175.94 -
System Red Green Blue C M Y K H S L
Decimal 180 62 198 0.09 0.69 0 0.22 292.06 0.54 0.51
Hex B4 3E C6 9 45 0 16 124 36 33
Octal 264 76 306 11 105 0 26 444 66 63
Binary 10110100 111110 11000110 1001 1000101 0 10110 100100100 110110 110011

Color Harmonies of #B43EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43EC6

Black with #B43EC6

Text Example


Text Example

White with #B43EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43EC6; }

 p { color: rgb(180,62,198); }

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

background-color css

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

 a { background-color: rgb(180,62,198); }

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

border-color css

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

 span { border-color: rgb(180,62,198); }

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