Html Css Color HEX #B744D6 Medium Orchid

📋 copy color: '#B744D6'

red 183 ◦ green 68 ◦ blue 214

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

Shades of Medium Orchid #B744D6

Tints of Medium Orchid #B744D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.02%

R = 39.35%
G = 14.62%
B = 46.02%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B744D6 (or 0xB744D6) is known color: Medium Orchid. HEX triplet: B7, 44 and D6. RGB value is (183,68,214). Sum of RGB (Red+Green+Blue) = 183+68+214=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #B744D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744D6 is #48BB29. Grayscale: #767676. Windows color (decimal): -4766506 or 14042295. OLE color: 14042295.

HSL color Cylindrical-coordinate representation of color #B744D6: hue angle of 287.26º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B744D6 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 68 214 -
CMYK 0.14 0.68 0 0.16
HSL 287.26º 0.64% 0.55% -
HSV(B) 287.26º 0.68% 0.84% -
XYZ 33.73 19.06 65.52 -
YUV 119.03 181.6 173.63 -
System Red Green Blue C M Y K H S L
Decimal 183 68 214 0.14 0.68 0 0.16 287.26 0.64 0.55
Hex B7 44 D6 E 44 0 10 11F 40 37
Octal 267 104 326 16 104 0 20 437 100 67
Binary 10110111 1000100 11010110 1110 1000100 0 10000 100011111 1000000 110111

Color Harmonies of #B744D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B744D6

Black with #B744D6

Text Example


Text Example

White with #B744D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B744D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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