Html Css Color HEX #B43EDA Medium Orchid

📋 copy color: '#B43EDA'

red 180 ◦ green 62 ◦ blue 218

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

Shades of Medium Orchid #B43EDA

Tints of Medium Orchid #B43EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 39.13%
G = 13.48%
B = 47.39%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B43EDA (or 0xB43EDA) is known color: Medium Orchid. HEX triplet: B4, 3E and DA. RGB value is (180,62,218). Sum of RGB (Red+Green+Blue) = 180+62+218=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 62 (24.61% from 255 or 13.48% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #B43EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EDA is #4BC125. Grayscale: #727272. Windows color (decimal): -4964646 or 14302900. OLE color: 14302900.

HSL color Cylindrical-coordinate representation of color #B43EDA: hue angle of 285.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43EDA is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 62 218 -
CMYK 0.17 0.72 0 0.15
HSL 285.38º 0.68% 0.55% -
HSV(B) 285.38º 0.72% 0.85% -
XYZ 33.2 18.21 68.09 -
YUV 115.07 186.09 174.32 -
System Red Green Blue C M Y K H S L
Decimal 180 62 218 0.17 0.72 0 0.15 285.38 0.68 0.55
Hex B4 3E DA 11 48 0 F 11D 44 37
Octal 264 76 332 21 110 0 17 435 104 67
Binary 10110100 111110 11011010 10001 1001000 0 1111 100011101 1000100 110111

Color Harmonies of #B43EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43EDA

Black with #B43EDA

Text Example


Text Example

White with #B43EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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