Html Css Color HEX #B43FED Medium Orchid

📋 copy color: '#B43FED'

red 180 ◦ green 63 ◦ blue 237

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

Shades of Medium Orchid #B43FED

Tints of Medium Orchid #B43FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 37.5%
G = 13.13%
B = 49.38%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B43FED (or 0xB43FED) is known color: Medium Orchid. HEX triplet: B4, 3F and ED. RGB value is (180,63,237). Sum of RGB (Red+Green+Blue) = 180+63+237=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #B43FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43FED is #4BC012. Grayscale: #757575. Windows color (decimal): -4964371 or 15548340. OLE color: 15548340.

HSL color Cylindrical-coordinate representation of color #B43FED: hue angle of 280.34º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43FED is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 63 237 -
CMYK 0.24 0.73 0 0.07
HSL 280.34º 0.83% 0.59% -
HSV(B) 280.34º 0.73% 0.93% -
XYZ 35.89 19.37 81.97 -
YUV 117.82 195.26 172.35 -
System Red Green Blue C M Y K H S L
Decimal 180 63 237 0.24 0.73 0 0.07 280.34 0.83 0.59
Hex B4 3F ED 18 49 0 7 118 53 3B
Octal 264 77 355 30 111 0 7 430 123 73
Binary 10110100 111111 11101101 11000 1001001 0 111 100011000 1010011 111011

Color Harmonies of #B43FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FED

Black with #B43FED

Text Example


Text Example

White with #B43FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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