Html Css Color HEX #B43EEE Medium Orchid

📋 copy color: '#B43EEE'

red 180 ◦ green 62 ◦ blue 238

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

Shades of Medium Orchid #B43EEE

Tints of Medium Orchid #B43EEE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.92%

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

R = 37.5%
G = 12.92%
B = 49.58%

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

#B43EEE (or 0xB43EEE) is known color: Medium Orchid. HEX triplet: B4, 3E and EE. RGB value is (180,62,238). Sum of RGB (Red+Green+Blue) = 180+62+238=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 62 (24.61% from 255 or 12.92% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #B43EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43EEE is #4BC111. Grayscale: #747474. Windows color (decimal): -4964626 or 15613620. OLE color: 15613620.

HSL color Cylindrical-coordinate representation of color #B43EEE: hue angle of 280.23º 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 #B43EEE is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 62 238 -
CMYK 0.24 0.74 0 0.07
HSL 280.23º 0.84% 0.59% -
HSV(B) 280.23º 0.74% 0.93% -
XYZ 35.98 19.32 82.72 -
YUV 117.35 196.09 172.69 -
System Red Green Blue C M Y K H S L
Decimal 180 62 238 0.24 0.74 0 0.07 280.23 0.84 0.59
Hex B4 3E EE 18 4A 0 7 118 54 3B
Octal 264 76 356 30 112 0 7 430 124 73
Binary 10110100 111110 11101110 11000 1001010 0 111 100011000 1010100 111011

Color Harmonies of #B43EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43EEE

Black with #B43EEE

Text Example


Text Example

White with #B43EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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