Html Css Color HEX #B246FC Medium Orchid

📋 copy color: '#B246FC'

red 178 ◦ green 70 ◦ blue 252

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

Shades of Medium Orchid #B246FC

Tints of Medium Orchid #B246FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 35.6%
G = 14%
B = 50.4%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B246FC (or 0xB246FC) is known color: Medium Orchid. HEX triplet: B2, 46 and FC. RGB value is (178,70,252). Sum of RGB (Red+Green+Blue) = 178+70+252=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #B246FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B246FC is #4DB903. Grayscale: #7A7A7A. Windows color (decimal): -5093636 or 16533170. OLE color: 16533170.

HSL color Cylindrical-coordinate representation of color #B246FC: hue angle of 275.6º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B246FC is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 70 252 -
CMYK 0.29 0.72 0 0.01
HSL 275.6º 0.97% 0.63% -
HSV(B) 275.6º 0.72% 0.99% -
XYZ 38.12 20.87 94.12 -
YUV 123.04 200.78 167.2 -
System Red Green Blue C M Y K H S L
Decimal 178 70 252 0.29 0.72 0 0.01 275.6 0.97 0.63
Hex B2 46 FC 1D 48 0 1 114 61 3F
Octal 262 106 374 35 110 0 1 424 141 77
Binary 10110010 1000110 11111100 11101 1001000 0 1 100010100 1100001 111111

Color Harmonies of #B246FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246FC

Black with #B246FC

Text Example


Text Example

White with #B246FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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