Html Css Color HEX #B43FDA Medium Orchid

📋 copy color: '#B43FDA'

red 180 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #B43FDA

Tints of Medium Orchid #B43FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.67%

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

R = 39.05%
G = 13.67%
B = 47.29%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B43FDA (or 0xB43FDA) is known color: Medium Orchid. HEX triplet: B4, 3F and DA. RGB value is (180,63,218). Sum of RGB (Red+Green+Blue) = 180+63+218=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #B43FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43FDA is #4BC025. Grayscale: #737373. Windows color (decimal): -4964390 or 14303156. OLE color: 14303156.

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

Color convert

RGB 180 63 218 -
CMYK 0.17 0.71 0 0.15
HSL 285.29º 0.68% 0.55% -
HSV(B) 285.29º 0.71% 0.85% -
XYZ 33.25 18.32 68.11 -
YUV 115.65 185.76 173.9 -
System Red Green Blue C M Y K H S L
Decimal 180 63 218 0.17 0.71 0 0.15 285.29 0.68 0.55
Hex B4 3F DA 11 47 0 F 11D 44 37
Octal 264 77 332 21 107 0 17 435 104 67
Binary 10110100 111111 11011010 10001 1000111 0 1111 100011101 1000100 110111

Color Harmonies of #B43FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FDA

Black with #B43FDA

Text Example


Text Example

White with #B43FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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