Html Css Color HEX #B247FF Medium Orchid

📋 copy color: '#B247FF'

red 178 ◦ green 71 ◦ blue 255

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

Shades of Medium Orchid #B247FF

Tints of Medium Orchid #B247FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 35.32%
G = 14.09%
B = 50.6%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B247FF (or 0xB247FF) is known color: Medium Orchid. HEX triplet: B2, 47 and FF. RGB value is (178,71,255). Sum of RGB (Red+Green+Blue) = 178+71+255=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #B247FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B247FF is #4DB800. Grayscale: #7B7B7B. Windows color (decimal): -5093377 or 16730034. OLE color: 16730034.

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

Color convert

RGB 178 71 255 -
CMYK 0.30 0.72 0 0
HSL 274.89º 1% 0.64% -
HSV(B) 274.89º 0.72% 1% -
XYZ 38.66 21.19 96.66 -
YUV 123.97 201.95 166.54 -
System Red Green Blue C M Y K H S L
Decimal 178 71 255 0.30 0.72 0 0 274.89 1 0.64
Hex B2 47 FF 1E 48 0 0 113 64 40
Octal 262 107 377 36 110 0 0 423 144 100
Binary 10110010 1000111 11111111 11110 1001000 0 0 100010011 1100100 1000000

Color Harmonies of #B247FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B247FF

Black with #B247FF

Text Example


Text Example

White with #B247FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B247FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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