Html Css Color HEX #B744DB Medium Orchid

📋 copy color: '#B744DB'

red 183 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #B744DB

Tints of Medium Orchid #B744DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.6%

R = 38.94%
G = 14.47%
B = 46.6%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B744DB (or 0xB744DB) is known color: Medium Orchid. HEX triplet: B7, 44 and DB. RGB value is (183,68,219). Sum of RGB (Red+Green+Blue) = 183+68+219=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #B744DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744DB is #48BB24. Grayscale: #777777. Windows color (decimal): -4766501 or 14369975. OLE color: 14369975.

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

Color convert

RGB 183 68 219 -
CMYK 0.16 0.69 0 0.14
HSL 285.7º 0.68% 0.56% -
HSV(B) 285.7º 0.69% 0.86% -
XYZ 34.38 19.32 68.93 -
YUV 119.6 184.1 173.22 -
System Red Green Blue C M Y K H S L
Decimal 183 68 219 0.16 0.69 0 0.14 285.7 0.68 0.56
Hex B7 44 DB 10 45 0 E 11E 44 38
Octal 267 104 333 20 105 0 16 436 104 70
Binary 10110111 1000100 11011011 10000 1000101 0 1110 100011110 1000100 111000

Color Harmonies of #B744DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B744DB

Black with #B744DB

Text Example


Text Example

White with #B744DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B744DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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