Html Css Color HEX #B247FD Medium Orchid

📋 copy color: '#B247FD'

red 178 ◦ green 71 ◦ blue 253

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

Shades of Medium Orchid #B247FD

Tints of Medium Orchid #B247FD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.14%

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

R = 35.46%
G = 14.14%
B = 50.4%

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

#B247FD (or 0xB247FD) is known color: Medium Orchid. HEX triplet: B2, 47 and FD. RGB value is (178,71,253). Sum of RGB (Red+Green+Blue) = 178+71+253=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #B247FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B247FD is #4DB802. Grayscale: #7B7B7B. Windows color (decimal): -5093379 or 16598962. OLE color: 16598962.

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

Color convert

RGB 178 71 253 -
CMYK 0.30 0.72 0 0.01
HSL 275.27º 0.98% 0.64% -
HSV(B) 275.27º 0.72% 0.99% -
XYZ 38.34 21.06 94.97 -
YUV 123.74 200.95 166.7 -
System Red Green Blue C M Y K H S L
Decimal 178 71 253 0.30 0.72 0 0.01 275.27 0.98 0.64
Hex B2 47 FD 1E 48 0 1 113 62 40
Octal 262 107 375 36 110 0 1 423 142 100
Binary 10110010 1000111 11111101 11110 1001000 0 1 100010011 1100010 1000000

Color Harmonies of #B247FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B247FD

Black with #B247FD

Text Example


Text Example

White with #B247FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B247FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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