Html Css Color HEX #B246FF Medium Orchid

📋 copy color: '#B246FF'

red 178 ◦ green 70 ◦ blue 255

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

Shades of Medium Orchid #B246FF

Tints of Medium Orchid #B246FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.7%

R = 35.39%
G = 13.92%
B = 50.7%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B246FF (or 0xB246FF) is known color: Medium Orchid. HEX triplet: B2, 46 and FF. RGB value is (178,70,255). Sum of RGB (Red+Green+Blue) = 178+70+255=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 70 (27.73% from 255 or 13.92% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #B246FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B246FF is #4DB900. Grayscale: #7A7A7A. Windows color (decimal): -5093633 or 16729778. OLE color: 16729778.

HSL color Cylindrical-coordinate representation of color #B246FF: hue angle of 275.03º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B246FF is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 70 255 -
CMYK 0.30 0.73 0 0
HSL 275.03º 1% 0.64% -
HSV(B) 275.03º 0.73% 1% -
XYZ 38.6 21.07 96.64 -
YUV 123.38 202.28 166.96 -
System Red Green Blue C M Y K H S L
Decimal 178 70 255 0.30 0.73 0 0 275.03 1 0.64
Hex B2 46 FF 1E 49 0 0 113 64 40
Octal 262 106 377 36 111 0 0 423 144 100
Binary 10110010 1000110 11111111 11110 1001001 0 0 100010011 1100100 1000000

Color Harmonies of #B246FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246FF

Black with #B246FF

Text Example


Text Example

White with #B246FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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