Html Css Color HEX #B250FA Medium Orchid

📋 copy color: '#B250FA'

red 178 ◦ green 80 ◦ blue 250

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

Shades of Medium Orchid #B250FA

Tints of Medium Orchid #B250FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.21%

R = 35.04%
G = 15.75%
B = 49.21%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B250FA (or 0xB250FA) is known color: Medium Orchid. HEX triplet: B2, 50 and FA. RGB value is (178,80,250). Sum of RGB (Red+Green+Blue) = 178+80+250=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #B250FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B250FA is #4DAF05. Grayscale: #808080. Windows color (decimal): -5091078 or 16404658. OLE color: 16404658.

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

Color convert

RGB 178 80 250 -
CMYK 0.29 0.68 0 0.02
HSL 274.59º 0.94% 0.65% -
HSV(B) 274.59º 0.68% 0.98% -
XYZ 38.48 22.1 92.68 -
YUV 128.68 196.47 163.18 -
System Red Green Blue C M Y K H S L
Decimal 178 80 250 0.29 0.68 0 0.02 274.59 0.94 0.65
Hex B2 50 FA 1D 44 0 2 113 5E 41
Octal 262 120 372 35 104 0 2 423 136 101
Binary 10110010 1010000 11111010 11101 1000100 0 10 100010011 1011110 1000001

Color Harmonies of #B250FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250FA

Black with #B250FA

Text Example


Text Example

White with #B250FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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