Html Css Color HEX #B43BDB Medium Orchid

📋 copy color: '#B43BDB'

red 180 ◦ green 59 ◦ blue 219

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

Shades of Medium Orchid #B43BDB

Tints of Medium Orchid #B43BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.88%

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

R = 39.3%
G = 12.88%
B = 47.82%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B43BDB (or 0xB43BDB) is known color: Medium Orchid. HEX triplet: B4, 3B and DB. RGB value is (180,59,219). Sum of RGB (Red+Green+Blue) = 180+59+219=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #B43BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43BDB is #4BC424. Grayscale: #707070. Windows color (decimal): -4965413 or 14367668. OLE color: 14367668.

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

Color convert

RGB 180 59 219 -
CMYK 0.18 0.73 0 0.14
HSL 285.38º 0.69% 0.55% -
HSV(B) 285.38º 0.73% 0.86% -
XYZ 33.17 17.95 68.73 -
YUV 113.42 187.59 175.49 -
System Red Green Blue C M Y K H S L
Decimal 180 59 219 0.18 0.73 0 0.14 285.38 0.69 0.55
Hex B4 3B DB 12 49 0 E 11D 45 37
Octal 264 73 333 22 111 0 16 435 105 67
Binary 10110100 111011 11011011 10010 1001001 0 1110 100011101 1000101 110111

Color Harmonies of #B43BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43BDB

Black with #B43BDB

Text Example


Text Example

White with #B43BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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