Html Css Color HEX #B242DB Medium Orchid

📋 copy color: '#B242DB'

red 178 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #B242DB

Tints of Medium Orchid #B242DB

RGB

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

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

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

R = 38.44%
G = 14.25%
B = 47.3%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B242DB (or 0xB242DB) is known color: Medium Orchid. HEX triplet: B2, 42 and DB. RGB value is (178,66,219). Sum of RGB (Red+Green+Blue) = 178+66+219=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #B242DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242DB is #4DBD24. Grayscale: #747474. Windows color (decimal): -5094693 or 14369458. OLE color: 14369458.

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

Color convert

RGB 178 66 219 -
CMYK 0.19 0.70 0 0.14
HSL 283.92º 0.68% 0.56% -
HSV(B) 283.92º 0.7% 0.86% -
XYZ 33.09 18.48 68.84 -
YUV 116.93 185.61 171.56 -
System Red Green Blue C M Y K H S L
Decimal 178 66 219 0.19 0.70 0 0.14 283.92 0.68 0.56
Hex B2 42 DB 13 46 0 E 11C 44 38
Octal 262 102 333 23 106 0 16 434 104 70
Binary 10110010 1000010 11011011 10011 1000110 0 1110 100011100 1000100 111000

Color Harmonies of #B242DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B242DB

Black with #B242DB

Text Example


Text Example

White with #B242DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B242DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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