Html Css Color HEX #B244DA Medium Orchid

📋 copy color: '#B244DA'

red 178 ◦ green 68 ◦ blue 218

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

Shades of Medium Orchid #B244DA

Tints of Medium Orchid #B244DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 38.36%
G = 14.66%
B = 46.98%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B244DA (or 0xB244DA) is known color: Medium Orchid. HEX triplet: B2, 44 and DA. RGB value is (178,68,218). Sum of RGB (Red+Green+Blue) = 178+68+218=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #B244DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B244DA is #4DBB25. Grayscale: #757575. Windows color (decimal): -5094182 or 14304434. OLE color: 14304434.

HSL color Cylindrical-coordinate representation of color #B244DA: hue angle of 284º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B244DA is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 68 218 -
CMYK 0.18 0.69 0 0.15
HSL 284º 0.67% 0.56% -
HSV(B) 284º 0.69% 0.85% -
XYZ 33.08 18.66 68.19 -
YUV 117.99 184.44 170.8 -
System Red Green Blue C M Y K H S L
Decimal 178 68 218 0.18 0.69 0 0.15 284 0.67 0.56
Hex B2 44 DA 12 45 0 F 11C 43 38
Octal 262 104 332 22 105 0 17 434 103 70
Binary 10110010 1000100 11011010 10010 1000101 0 1111 100011100 1000011 111000

Color Harmonies of #B244DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B244DA

Black with #B244DA

Text Example


Text Example

White with #B244DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B244DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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