Html Css Color HEX #B242DA Medium Orchid

📋 copy color: '#B242DA'

red 178 ◦ green 66 ◦ blue 218

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

Shades of Medium Orchid #B242DA

Tints of Medium Orchid #B242DA

RGB

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

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

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

R = 38.53%
G = 14.29%
B = 47.19%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B242DA (or 0xB242DA) is known color: Medium Orchid. HEX triplet: B2, 42 and DA. RGB value is (178,66,218). Sum of RGB (Red+Green+Blue) = 178+66+218=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #B242DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242DA is #4DBD25. Grayscale: #747474. Windows color (decimal): -5094694 or 14303922. OLE color: 14303922.

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

Color convert

RGB 178 66 218 -
CMYK 0.18 0.70 0 0.15
HSL 284.21º 0.67% 0.56% -
HSV(B) 284.21º 0.7% 0.85% -
XYZ 32.96 18.42 68.15 -
YUV 116.82 185.11 171.64 -
System Red Green Blue C M Y K H S L
Decimal 178 66 218 0.18 0.70 0 0.15 284.21 0.67 0.56
Hex B2 42 DA 12 46 0 F 11C 43 38
Octal 262 102 332 22 106 0 17 434 103 70
Binary 10110010 1000010 11011010 10010 1000110 0 1111 100011100 1000011 111000

Color Harmonies of #B242DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B242DA

Black with #B242DA

Text Example


Text Example

White with #B242DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B242DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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