Html Css Color HEX #B246FD Medium Orchid

📋 copy color: '#B246FD'

red 178 ◦ green 70 ◦ blue 253

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

Shades of Medium Orchid #B246FD

Tints of Medium Orchid #B246FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 35.53%
G = 13.97%
B = 50.5%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B246FD (or 0xB246FD) is known color: Medium Orchid. HEX triplet: B2, 46 and FD. RGB value is (178,70,253). Sum of RGB (Red+Green+Blue) = 178+70+253=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #B246FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B246FD is #4DB902. Grayscale: #7A7A7A. Windows color (decimal): -5093635 or 16598706. OLE color: 16598706.

HSL color Cylindrical-coordinate representation of color #B246FD: hue angle of 275.41º degrees, saturation: 0.98, 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 #B246FD is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 70 253 -
CMYK 0.30 0.72 0 0.01
HSL 275.41º 0.98% 0.63% -
HSV(B) 275.41º 0.72% 0.99% -
XYZ 38.28 20.94 94.95 -
YUV 123.15 201.28 167.12 -
System Red Green Blue C M Y K H S L
Decimal 178 70 253 0.30 0.72 0 0.01 275.41 0.98 0.63
Hex B2 46 FD 1E 48 0 1 113 62 3F
Octal 262 106 375 36 110 0 1 423 142 77
Binary 10110010 1000110 11111101 11110 1001000 0 1 100010011 1100010 111111

Color Harmonies of #B246FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246FD

Black with #B246FD

Text Example


Text Example

White with #B246FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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