Html Css Color HEX #B43BDA Medium Orchid

📋 copy color: '#B43BDA'

red 180 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #B43BDA

Tints of Medium Orchid #B43BDA

RGB

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

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

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

R = 39.39%
G = 12.91%
B = 47.7%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B43BDA (or 0xB43BDA) is known color: Medium Orchid. HEX triplet: B4, 3B and DA. RGB value is (180,59,218). Sum of RGB (Red+Green+Blue) = 180+59+218=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #B43BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43BDA is #4BC425. Grayscale: #707070. Windows color (decimal): -4965414 or 14302132. OLE color: 14302132.

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

Color convert

RGB 180 59 218 -
CMYK 0.17 0.73 0 0.15
HSL 285.66º 0.68% 0.54% -
HSV(B) 285.66º 0.73% 0.85% -
XYZ 33.04 17.89 68.04 -
YUV 113.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 180 59 218 0.17 0.73 0 0.15 285.66 0.68 0.54
Hex B4 3B DA 11 49 0 F 11E 44 36
Octal 264 73 332 21 111 0 17 436 104 66
Binary 10110100 111011 11011010 10001 1001001 0 1111 100011110 1000100 110110

Color Harmonies of #B43BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43BDA

Black with #B43BDA

Text Example


Text Example

White with #B43BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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