Html Css Color HEX #B251FC Medium Orchid

📋 copy color: '#B251FC'

red 178 ◦ green 81 ◦ blue 252

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

Shades of Medium Orchid #B251FC

Tints of Medium Orchid #B251FC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.85%

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

R = 34.83%
G = 15.85%
B = 49.32%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B251FC (or 0xB251FC) is known color: Medium Orchid. HEX triplet: B2, 51 and FC. RGB value is (178,81,252). Sum of RGB (Red+Green+Blue) = 178+81+252=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #B251FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B251FC is #4DAE03. Grayscale: #808080. Windows color (decimal): -5090820 or 16535986. OLE color: 16535986.

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

Color convert

RGB 178 81 252 -
CMYK 0.29 0.68 0 0.01
HSL 274.04º 0.97% 0.65% -
HSV(B) 274.04º 0.68% 0.99% -
XYZ 38.87 22.38 94.37 -
YUV 129.5 197.14 162.6 -
System Red Green Blue C M Y K H S L
Decimal 178 81 252 0.29 0.68 0 0.01 274.04 0.97 0.65
Hex B2 51 FC 1D 44 0 1 112 61 41
Octal 262 121 374 35 104 0 1 422 141 101
Binary 10110010 1010001 11111100 11101 1000100 0 1 100010010 1100001 1000001

Color Harmonies of #B251FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B251FC

Black with #B251FC

Text Example


Text Example

White with #B251FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B251FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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