Html Css Color HEX #B43ECB Medium Orchid

📋 copy color: '#B43ECB'

red 180 ◦ green 62 ◦ blue 203

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

Shades of Medium Orchid #B43ECB

Tints of Medium Orchid #B43ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 40.45%
G = 13.93%
B = 45.62%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B43ECB (or 0xB43ECB) is known color: Medium Orchid. HEX triplet: B4, 3E and CB. RGB value is (180,62,203). Sum of RGB (Red+Green+Blue) = 180+62+203=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #B43ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43ECB is #4BC134. Grayscale: #707070. Windows color (decimal): -4964661 or 13319860. OLE color: 13319860.

HSL color Cylindrical-coordinate representation of color #B43ECB: hue angle of 290.21º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43ECB is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 62 203 -
CMYK 0.11 0.69 0 0.20
HSL 290.21º 0.58% 0.52% -
HSV(B) 290.21º 0.69% 0.8% -
XYZ 31.32 17.46 58.22 -
YUV 113.36 178.59 175.54 -
System Red Green Blue C M Y K H S L
Decimal 180 62 203 0.11 0.69 0 0.20 290.21 0.58 0.52
Hex B4 3E CB B 45 0 14 122 3A 34
Octal 264 76 313 13 105 0 24 442 72 64
Binary 10110100 111110 11001011 1011 1000101 0 10100 100100010 111010 110100

Color Harmonies of #B43ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43ECB

Black with #B43ECB

Text Example


Text Example

White with #B43ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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