Html Css Color HEX #B744D7 Medium Orchid

📋 copy color: '#B744D7'

red 183 ◦ green 68 ◦ blue 215

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

Shades of Medium Orchid #B744D7

Tints of Medium Orchid #B744D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.14%

R = 39.27%
G = 14.59%
B = 46.14%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B744D7 (or 0xB744D7) is known color: Medium Orchid. HEX triplet: B7, 44 and D7. RGB value is (183,68,215). Sum of RGB (Red+Green+Blue) = 183+68+215=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #B744D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744D7 is #48BB28. Grayscale: #767676. Windows color (decimal): -4766505 or 14107831. OLE color: 14107831.

HSL color Cylindrical-coordinate representation of color #B744D7: hue angle of 286.94º degrees, saturation: 0.65, 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 #B744D7 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 68 215 -
CMYK 0.15 0.68 0 0.16
HSL 286.94º 0.65% 0.55% -
HSV(B) 286.94º 0.68% 0.84% -
XYZ 33.86 19.11 66.19 -
YUV 119.14 182.1 173.55 -
System Red Green Blue C M Y K H S L
Decimal 183 68 215 0.15 0.68 0 0.16 286.94 0.65 0.55
Hex B7 44 D7 F 44 0 10 11F 41 37
Octal 267 104 327 17 104 0 20 437 101 67
Binary 10110111 1000100 11010111 1111 1000100 0 10000 100011111 1000001 110111

Color Harmonies of #B744D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B744D7

Black with #B744D7

Text Example


Text Example

White with #B744D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B744D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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