Html Css Color HEX #B246EE Medium Orchid

📋 copy color: '#B246EE'

red 178 ◦ green 70 ◦ blue 238

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

Shades of Medium Orchid #B246EE

Tints of Medium Orchid #B246EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 36.63%
G = 14.4%
B = 48.97%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B246EE (or 0xB246EE) is known color: Medium Orchid. HEX triplet: B2, 46 and EE. RGB value is (178,70,238). Sum of RGB (Red+Green+Blue) = 178+70+238=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #B246EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B246EE is #4DB911. Grayscale: #787878. Windows color (decimal): -5093650 or 15615666. OLE color: 15615666.

HSL color Cylindrical-coordinate representation of color #B246EE: hue angle of 278.57º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B246EE is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 70 238 -
CMYK 0.25 0.71 0 0.07
HSL 278.57º 0.83% 0.6% -
HSV(B) 278.57º 0.71% 0.93% -
XYZ 35.98 20.02 82.86 -
YUV 121.44 193.78 168.34 -
System Red Green Blue C M Y K H S L
Decimal 178 70 238 0.25 0.71 0 0.07 278.57 0.83 0.6
Hex B2 46 EE 19 47 0 7 117 53 3C
Octal 262 106 356 31 107 0 7 427 123 74
Binary 10110010 1000110 11101110 11001 1000111 0 111 100010111 1010011 111100

Color Harmonies of #B246EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246EE

Black with #B246EE

Text Example


Text Example

White with #B246EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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