Html Css Color HEX #B250FB Medium Orchid

📋 copy color: '#B250FB'

red 178 ◦ green 80 ◦ blue 251

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

Shades of Medium Orchid #B250FB

Tints of Medium Orchid #B250FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 34.97%
G = 15.72%
B = 49.31%

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

#B250FB (or 0xB250FB) is known color: Medium Orchid. HEX triplet: B2, 50 and FB. RGB value is (178,80,251). Sum of RGB (Red+Green+Blue) = 178+80+251=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #B250FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B250FB is #4DAF04. Grayscale: #808080. Windows color (decimal): -5091077 or 16470194. OLE color: 16470194.

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

Color convert

RGB 178 80 251 -
CMYK 0.29 0.68 0 0.02
HSL 274.39º 0.96% 0.65% -
HSV(B) 274.39º 0.68% 0.98% -
XYZ 38.64 22.17 93.51 -
YUV 128.8 196.97 163.1 -
System Red Green Blue C M Y K H S L
Decimal 178 80 251 0.29 0.68 0 0.02 274.39 0.96 0.65
Hex B2 50 FB 1D 44 0 2 112 60 41
Octal 262 120 373 35 104 0 2 422 140 101
Binary 10110010 1010000 11111011 11101 1000100 0 10 100010010 1100000 1000001

Color Harmonies of #B250FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250FB

Black with #B250FB

Text Example


Text Example

White with #B250FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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