Html Css Color HEX #B43EDB Medium Orchid

📋 copy color: '#B43EDB'

red 180 ◦ green 62 ◦ blue 219

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

Shades of Medium Orchid #B43EDB

Tints of Medium Orchid #B43EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 39.05%
G = 13.45%
B = 47.51%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B43EDB (or 0xB43EDB) is known color: Medium Orchid. HEX triplet: B4, 3E and DB. RGB value is (180,62,219). Sum of RGB (Red+Green+Blue) = 180+62+219=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #B43EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EDB is #4BC124. Grayscale: #727272. Windows color (decimal): -4964645 or 14368436. OLE color: 14368436.

HSL color Cylindrical-coordinate representation of color #B43EDB: hue angle of 285.1º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43EDB is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 62 219 -
CMYK 0.18 0.72 0 0.14
HSL 285.1º 0.69% 0.55% -
HSV(B) 285.1º 0.72% 0.86% -
XYZ 33.33 18.26 68.79 -
YUV 115.18 186.59 174.23 -
System Red Green Blue C M Y K H S L
Decimal 180 62 219 0.18 0.72 0 0.14 285.1 0.69 0.55
Hex B4 3E DB 12 48 0 E 11D 45 37
Octal 264 76 333 22 110 0 16 435 105 67
Binary 10110100 111110 11011011 10010 1001000 0 1110 100011101 1000101 110111

Color Harmonies of #B43EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43EDB

Black with #B43EDB

Text Example


Text Example

White with #B43EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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