Html Css Color HEX #B250FC Medium Orchid

📋 copy color: '#B250FC'

red 178 ◦ green 80 ◦ blue 252

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

Shades of Medium Orchid #B250FC

Tints of Medium Orchid #B250FC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.69%

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

R = 34.9%
G = 15.69%
B = 49.41%

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

#B250FC (or 0xB250FC) is known color: Medium Orchid. HEX triplet: B2, 50 and FC. RGB value is (178,80,252). Sum of RGB (Red+Green+Blue) = 178+80+252=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #B250FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B250FC is #4DAF03. Grayscale: #808080. Windows color (decimal): -5091076 or 16535730. OLE color: 16535730.

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

Color convert

RGB 178 80 252 -
CMYK 0.29 0.68 0 0.01
HSL 274.19º 0.97% 0.65% -
HSV(B) 274.19º 0.68% 0.99% -
XYZ 38.8 22.23 94.34 -
YUV 128.91 197.47 163.01 -
System Red Green Blue C M Y K H S L
Decimal 178 80 252 0.29 0.68 0 0.01 274.19 0.97 0.65
Hex B2 50 FC 1D 44 0 1 112 61 41
Octal 262 120 374 35 104 0 1 422 141 101
Binary 10110010 1010000 11111100 11101 1000100 0 1 100010010 1100001 1000001

Color Harmonies of #B250FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250FC

Black with #B250FC

Text Example


Text Example

White with #B250FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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