Html Css Color HEX #B250FF Medium Orchid

📋 copy color: '#B250FF'

red 178 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #B250FF

Tints of Medium Orchid #B250FF

RGB

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

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

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

R = 34.7%
G = 15.59%
B = 49.71%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B250FF (or 0xB250FF) is known color: Medium Orchid. HEX triplet: B2, 50 and FF. RGB value is (178,80,255). Sum of RGB (Red+Green+Blue) = 178+80+255=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #B250FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B250FF is #4DAF00. Grayscale: #808080. Windows color (decimal): -5091073 or 16732338. OLE color: 16732338.

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

Color convert

RGB 178 80 255 -
CMYK 0.30 0.69 0 0
HSL 273.6º 1% 0.66% -
HSV(B) 273.6º 0.69% 1% -
XYZ 39.28 22.42 96.87 -
YUV 129.25 198.97 162.77 -
System Red Green Blue C M Y K H S L
Decimal 178 80 255 0.30 0.69 0 0 273.6 1 0.66
Hex B2 50 FF 1E 45 0 0 112 64 42
Octal 262 120 377 36 105 0 0 422 144 102
Binary 10110010 1010000 11111111 11110 1000101 0 0 100010010 1100100 1000010

Color Harmonies of #B250FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250FF

Black with #B250FF

Text Example


Text Example

White with #B250FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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