Html Css Color HEX #B43CEF Medium Orchid

📋 copy color: '#B43CEF'

red 180 ◦ green 60 ◦ blue 239

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

Shades of Medium Orchid #B43CEF

Tints of Medium Orchid #B43CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.53%

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 37.58%
G = 12.53%
B = 49.9%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B43CEF (or 0xB43CEF) is known color: Medium Orchid. HEX triplet: B4, 3C and EF. RGB value is (180,60,239). Sum of RGB (Red+Green+Blue) = 180+60+239=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #B43CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43CEF is #4BC310. Grayscale: #737373. Windows color (decimal): -4965137 or 15678644. OLE color: 15678644.

HSL color Cylindrical-coordinate representation of color #B43CEF: hue angle of 280.22º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B43CEF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 60 239 -
CMYK 0.25 0.75 0 0.06
HSL 280.22º 0.85% 0.59% -
HSV(B) 280.22º 0.75% 0.94% -
XYZ 36.02 19.17 83.46 -
YUV 116.29 197.26 173.45 -
System Red Green Blue C M Y K H S L
Decimal 180 60 239 0.25 0.75 0 0.06 280.22 0.85 0.59
Hex B4 3C EF 19 4B 0 6 118 55 3B
Octal 264 74 357 31 113 0 6 430 125 73
Binary 10110100 111100 11101111 11001 1001011 0 110 100011000 1010101 111011

Color Harmonies of #B43CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CEF

Black with #B43CEF

Text Example


Text Example

White with #B43CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CEF; }

 p { color: rgb(180,60,239); }

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

background-color css

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

 a { background-color: rgb(180,60,239); }

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

border-color css

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

 span { border-color: rgb(180,60,239); }

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