Html Css Color HEX #B43FEB Medium Orchid

📋 copy color: '#B43FEB'

red 180 ◦ green 63 ◦ blue 235

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

Shades of Medium Orchid #B43FEB

Tints of Medium Orchid #B43FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 37.66%
G = 13.18%
B = 49.16%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B43FEB (or 0xB43FEB) is known color: Medium Orchid. HEX triplet: B4, 3F and EB. RGB value is (180,63,235). Sum of RGB (Red+Green+Blue) = 180+63+235=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #B43FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43FEB is #4BC014. Grayscale: #757575. Windows color (decimal): -4964373 or 15417268. OLE color: 15417268.

HSL color Cylindrical-coordinate representation of color #B43FEB: hue angle of 280.81º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43FEB is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 63 235 -
CMYK 0.23 0.73 0 0.08
HSL 280.81º 0.81% 0.58% -
HSV(B) 280.81º 0.73% 0.92% -
XYZ 35.6 19.26 80.44 -
YUV 117.59 194.26 172.51 -
System Red Green Blue C M Y K H S L
Decimal 180 63 235 0.23 0.73 0 0.08 280.81 0.81 0.58
Hex B4 3F EB 17 49 0 8 119 51 3A
Octal 264 77 353 27 111 0 10 431 121 72
Binary 10110100 111111 11101011 10111 1001001 0 1000 100011001 1010001 111010

Color Harmonies of #B43FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FEB

Black with #B43FEB

Text Example


Text Example

White with #B43FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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