Html Css Color HEX #B744DE Medium Orchid

📋 copy color: '#B744DE'

red 183 ◦ green 68 ◦ blue 222

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

Shades of Medium Orchid #B744DE

Tints of Medium Orchid #B744DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.93%

R = 38.69%
G = 14.38%
B = 46.93%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B744DE (or 0xB744DE) is known color: Medium Orchid. HEX triplet: B7, 44 and DE. RGB value is (183,68,222). Sum of RGB (Red+Green+Blue) = 183+68+222=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #B744DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744DE is #48BB21. Grayscale: #777777. Windows color (decimal): -4766498 or 14566583. OLE color: 14566583.

HSL color Cylindrical-coordinate representation of color #B744DE: hue angle of 284.81º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B744DE is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 68 222 -
CMYK 0.18 0.69 0 0.13
HSL 284.81º 0.7% 0.57% -
HSV(B) 284.81º 0.69% 0.87% -
XYZ 34.78 19.48 71.03 -
YUV 119.94 185.6 172.98 -
System Red Green Blue C M Y K H S L
Decimal 183 68 222 0.18 0.69 0 0.13 284.81 0.7 0.57
Hex B7 44 DE 12 45 0 D 11D 46 39
Octal 267 104 336 22 105 0 15 435 106 71
Binary 10110111 1000100 11011110 10010 1000101 0 1101 100011101 1000110 111001

Color Harmonies of #B744DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B744DE

Black with #B744DE

Text Example


Text Example

White with #B744DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B744DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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