Html Css Color HEX #B43FEE Medium Orchid

📋 copy color: '#B43FEE'

red 180 ◦ green 63 ◦ blue 238

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

Shades of Medium Orchid #B43FEE

Tints of Medium Orchid #B43FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 37.42%
G = 13.1%
B = 49.48%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B43FEE (or 0xB43FEE) is known color: Medium Orchid. HEX triplet: B4, 3F and EE. RGB value is (180,63,238). Sum of RGB (Red+Green+Blue) = 180+63+238=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #B43FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43FEE is #4BC011. Grayscale: #757575. Windows color (decimal): -4964370 or 15613876. OLE color: 15613876.

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

Color convert

RGB 180 63 238 -
CMYK 0.24 0.74 0 0.07
HSL 280.11º 0.84% 0.59% -
HSV(B) 280.11º 0.74% 0.93% -
XYZ 36.03 19.43 82.74 -
YUV 117.93 195.76 172.27 -
System Red Green Blue C M Y K H S L
Decimal 180 63 238 0.24 0.74 0 0.07 280.11 0.84 0.59
Hex B4 3F EE 18 4A 0 7 118 54 3B
Octal 264 77 356 30 112 0 7 430 124 73
Binary 10110100 111111 11101110 11000 1001010 0 111 100011000 1010100 111011

Color Harmonies of #B43FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FEE

Black with #B43FEE

Text Example


Text Example

White with #B43FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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