Html Css Color HEX #B250F1 Medium Orchid

📋 copy color: '#B250F1'

red 178 ◦ green 80 ◦ blue 241

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

Shades of Medium Orchid #B250F1

Tints of Medium Orchid #B250F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.3%

R = 35.67%
G = 16.03%
B = 48.3%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B250F1 (or 0xB250F1) is known color: Medium Orchid. HEX triplet: B2, 50 and F1. RGB value is (178,80,241). Sum of RGB (Red+Green+Blue) = 178+80+241=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #B250F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B250F1 is #4DAF0E. Grayscale: #7F7F7F. Windows color (decimal): -5091087 or 15814834. OLE color: 15814834.

HSL color Cylindrical-coordinate representation of color #B250F1: hue angle of 276.52º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B250F1 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 80 241 -
CMYK 0.26 0.67 0 0.05
HSL 276.52º 0.85% 0.63% -
HSV(B) 276.52º 0.67% 0.95% -
XYZ 37.11 21.55 85.42 -
YUV 127.66 191.97 163.91 -
System Red Green Blue C M Y K H S L
Decimal 178 80 241 0.26 0.67 0 0.05 276.52 0.85 0.63
Hex B2 50 F1 1A 43 0 5 115 55 3F
Octal 262 120 361 32 103 0 5 425 125 77
Binary 10110010 1010000 11110001 11010 1000011 0 101 100010101 1010101 111111

Color Harmonies of #B250F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250F1

Black with #B250F1

Text Example


Text Example

White with #B250F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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