Html Css Color HEX #B744EC Medium Orchid

📋 copy color: '#B744EC'

red 183 ◦ green 68 ◦ blue 236

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

Shades of Medium Orchid #B744EC

Tints of Medium Orchid #B744EC

RGB

 RED value IS 183 (71.88% from 255) = 37.58%

 GREEN value IS 68 (26.95% from 255) = 13.96%

 BLUE value IS 236 (92.58% from 255) = 48.46%

R = 37.58%
G = 13.96%
B = 48.46%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B744EC (or 0xB744EC) is known color: Medium Orchid. HEX triplet: B7, 44 and EC. RGB value is (183,68,236). Sum of RGB (Red+Green+Blue) = 183+68+236=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #B744EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B744EC is #48BB13. Grayscale: #787878. Windows color (decimal): -4766484 or 15484087. OLE color: 15484087.

HSL color Cylindrical-coordinate representation of color #B744EC: hue angle of 281.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B744EC is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 68 236 -
CMYK 0.22 0.71 0 0.07
HSL 281.07º 0.82% 0.6% -
HSV(B) 281.07º 0.71% 0.93% -
XYZ 36.74 20.26 81.33 -
YUV 121.54 192.6 171.84 -
System Red Green Blue C M Y K H S L
Decimal 183 68 236 0.22 0.71 0 0.07 281.07 0.82 0.6
Hex B7 44 EC 16 47 0 7 119 52 3C
Octal 267 104 354 26 107 0 7 431 122 74
Binary 10110111 1000100 11101100 10110 1000111 0 111 100011001 1010010 111100

Color Harmonies of #B744EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B744EC

Black with #B744EC

Text Example


Text Example

White with #B744EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B744EC; }

 p { color: rgb(183,68,236); }

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

background-color css

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

 a { background-color: rgb(183,68,236); }

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

border-color css

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

 span { border-color: rgb(183,68,236); }

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