Html Css Color HEX #B247FC Medium Orchid

📋 copy color: '#B247FC'

red 178 ◦ green 71 ◦ blue 252

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

Shades of Medium Orchid #B247FC

Tints of Medium Orchid #B247FC

RGB

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

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

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

R = 35.53%
G = 14.17%
B = 50.3%

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

#B247FC (or 0xB247FC) is known color: Medium Orchid. HEX triplet: B2, 47 and FC. RGB value is (178,71,252). Sum of RGB (Red+Green+Blue) = 178+71+252=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #B247FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B247FC is #4DB803. Grayscale: #7B7B7B. Windows color (decimal): -5093380 or 16533426. OLE color: 16533426.

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

Color convert

RGB 178 71 252 -
CMYK 0.29 0.72 0 0.01
HSL 275.47º 0.97% 0.63% -
HSV(B) 275.47º 0.72% 0.99% -
XYZ 38.18 21 94.14 -
YUV 123.63 200.45 166.78 -
System Red Green Blue C M Y K H S L
Decimal 178 71 252 0.29 0.72 0 0.01 275.47 0.97 0.63
Hex B2 47 FC 1D 48 0 1 113 61 3F
Octal 262 107 374 35 110 0 1 423 141 77
Binary 10110010 1000111 11111100 11101 1001000 0 1 100010011 1100001 111111

Color Harmonies of #B247FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B247FC

Black with #B247FC

Text Example


Text Example

White with #B247FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B247FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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