Html Css Color HEX #B244DB Medium Orchid

📋 copy color: '#B244DB'

red 178 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #B244DB

Tints of Medium Orchid #B244DB

RGB

 RED value IS 178 (69.92% from 255) = 38.28%

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

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

R = 38.28%
G = 14.62%
B = 47.1%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B244DB (or 0xB244DB) is known color: Medium Orchid. HEX triplet: B2, 44 and DB. RGB value is (178,68,219). Sum of RGB (Red+Green+Blue) = 178+68+219=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #B244DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B244DB is #4DBB24. Grayscale: #757575. Windows color (decimal): -5094181 or 14369970. OLE color: 14369970.

HSL color Cylindrical-coordinate representation of color #B244DB: hue angle of 283.71º 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 #B244DB is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 68 219 -
CMYK 0.19 0.69 0 0.14
HSL 283.71º 0.68% 0.56% -
HSV(B) 283.71º 0.69% 0.86% -
XYZ 33.21 18.71 68.88 -
YUV 118.1 184.94 170.72 -
System Red Green Blue C M Y K H S L
Decimal 178 68 219 0.19 0.69 0 0.14 283.71 0.68 0.56
Hex B2 44 DB 13 45 0 E 11C 44 38
Octal 262 104 333 23 105 0 16 434 104 70
Binary 10110010 1000100 11011011 10011 1000101 0 1110 100011100 1000100 111000

Color Harmonies of #B244DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B244DB

Black with #B244DB

Text Example


Text Example

White with #B244DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B244DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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