Html Css Color HEX #B44CEF Medium Orchid

📋 copy color: '#B44CEF'

red 180 ◦ green 76 ◦ blue 239

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

Shades of Medium Orchid #B44CEF

Tints of Medium Orchid #B44CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.35%

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

R = 36.36%
G = 15.35%
B = 48.28%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B44CEF (or 0xB44CEF) is known color: Medium Orchid. HEX triplet: B4, 4C and EF. RGB value is (180,76,239). Sum of RGB (Red+Green+Blue) = 180+76+239=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #B44CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B44CEF is #4BB310. Grayscale: #7D7D7D. Windows color (decimal): -4961041 or 15682740. OLE color: 15682740.

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

Color convert

RGB 180 76 239 -
CMYK 0.25 0.68 0 0.06
HSL 278.28º 0.84% 0.62% -
HSV(B) 278.28º 0.68% 0.94% -
XYZ 36.99 21.1 83.79 -
YUV 125.68 191.96 166.75 -
System Red Green Blue C M Y K H S L
Decimal 180 76 239 0.25 0.68 0 0.06 278.28 0.84 0.62
Hex B4 4C EF 19 44 0 6 116 54 3E
Octal 264 114 357 31 104 0 6 426 124 76
Binary 10110100 1001100 11101111 11001 1000100 0 110 100010110 1010100 111110

Color Harmonies of #B44CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44CEF

Black with #B44CEF

Text Example


Text Example

White with #B44CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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