Html Css Color HEX #B246DA Medium Orchid

📋 copy color: '#B246DA'

red 178 ◦ green 70 ◦ blue 218

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

Shades of Medium Orchid #B246DA

Tints of Medium Orchid #B246DA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.02%

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

R = 38.2%
G = 15.02%
B = 46.78%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B246DA (or 0xB246DA) is known color: Medium Orchid. HEX triplet: B2, 46 and DA. RGB value is (178,70,218). Sum of RGB (Red+Green+Blue) = 178+70+218=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #B246DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246DA is #4DB925. Grayscale: #767676. Windows color (decimal): -5093670 or 14304946. OLE color: 14304946.

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

Color convert

RGB 178 70 218 -
CMYK 0.18 0.68 0 0.15
HSL 283.78º 0.67% 0.56% -
HSV(B) 283.78º 0.68% 0.85% -
XYZ 33.21 18.91 68.23 -
YUV 119.16 183.78 169.97 -
System Red Green Blue C M Y K H S L
Decimal 178 70 218 0.18 0.68 0 0.15 283.78 0.67 0.56
Hex B2 46 DA 12 44 0 F 11C 43 38
Octal 262 106 332 22 104 0 17 434 103 70
Binary 10110010 1000110 11011010 10010 1000100 0 1111 100011100 1000011 111000

Color Harmonies of #B246DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246DA

Black with #B246DA

Text Example


Text Example

White with #B246DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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