Html Css Color HEX #B242DD Medium Orchid

📋 copy color: '#B242DD'

red 178 ◦ green 66 ◦ blue 221

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

Shades of Medium Orchid #B242DD

Tints of Medium Orchid #B242DD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.19%

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 38.28%
G = 14.19%
B = 47.53%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B242DD (or 0xB242DD) is known color: Medium Orchid. HEX triplet: B2, 42 and DD. RGB value is (178,66,221). Sum of RGB (Red+Green+Blue) = 178+66+221=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #B242DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242DD is #4DBD22. Grayscale: #747474. Windows color (decimal): -5094691 or 14500530. OLE color: 14500530.

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

Color convert

RGB 178 66 221 -
CMYK 0.19 0.70 0 0.13
HSL 283.35º 0.7% 0.56% -
HSV(B) 283.35º 0.7% 0.87% -
XYZ 33.36 18.58 70.24 -
YUV 117.16 186.61 171.4 -
System Red Green Blue C M Y K H S L
Decimal 178 66 221 0.19 0.70 0 0.13 283.35 0.7 0.56
Hex B2 42 DD 13 46 0 D 11B 46 38
Octal 262 102 335 23 106 0 15 433 106 70
Binary 10110010 1000010 11011101 10011 1000110 0 1101 100011011 1000110 111000

Color Harmonies of #B242DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B242DD

Black with #B242DD

Text Example


Text Example

White with #B242DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B242DD; }

 p { color: rgb(178,66,221); }

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

background-color css

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

 a { background-color: rgb(178,66,221); }

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

border-color css

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

 span { border-color: rgb(178,66,221); }

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