Html Css Color HEX #B43ECC Medium Orchid

📋 copy color: '#B43ECC'

red 180 ◦ green 62 ◦ blue 204

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

Shades of Medium Orchid #B43ECC

Tints of Medium Orchid #B43ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 40.36%
G = 13.9%
B = 45.74%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B43ECC (or 0xB43ECC) is known color: Medium Orchid. HEX triplet: B4, 3E and CC. RGB value is (180,62,204). Sum of RGB (Red+Green+Blue) = 180+62+204=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #B43ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43ECC is #4BC133. Grayscale: #717171. Windows color (decimal): -4964660 or 13385396. OLE color: 13385396.

HSL color Cylindrical-coordinate representation of color #B43ECC: hue angle of 289.86º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43ECC is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 62 204 -
CMYK 0.12 0.70 0 0.2
HSL 289.86º 0.58% 0.52% -
HSV(B) 289.86º 0.7% 0.8% -
XYZ 31.44 17.51 58.85 -
YUV 113.47 179.09 175.45 -
System Red Green Blue C M Y K H S L
Decimal 180 62 204 0.12 0.70 0 0.2 289.86 0.58 0.52
Hex B4 3E CC C 46 0 14 122 3A 34
Octal 264 76 314 14 106 0 24 442 72 64
Binary 10110100 111110 11001100 1100 1000110 0 10100 100100010 111010 110100

Color Harmonies of #B43ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43ECC

Black with #B43ECC

Text Example


Text Example

White with #B43ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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