Html Css Color HEX #B250FD Medium Orchid

📋 copy color: '#B250FD'

red 178 ◦ green 80 ◦ blue 253

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

Shades of Medium Orchid #B250FD

Tints of Medium Orchid #B250FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.51%

R = 34.83%
G = 15.66%
B = 49.51%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B250FD (or 0xB250FD) is known color: Medium Orchid. HEX triplet: B2, 50 and FD. RGB value is (178,80,253). Sum of RGB (Red+Green+Blue) = 178+80+253=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #B250FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B250FD is #4DAF02. Grayscale: #808080. Windows color (decimal): -5091075 or 16601266. OLE color: 16601266.

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

Color convert

RGB 178 80 253 -
CMYK 0.30 0.68 0 0.01
HSL 273.99º 0.98% 0.65% -
HSV(B) 273.99º 0.68% 0.99% -
XYZ 38.96 22.29 95.18 -
YUV 129.02 197.97 162.93 -
System Red Green Blue C M Y K H S L
Decimal 178 80 253 0.30 0.68 0 0.01 273.99 0.98 0.65
Hex B2 50 FD 1E 44 0 1 112 62 41
Octal 262 120 375 36 104 0 1 422 142 101
Binary 10110010 1010000 11111101 11110 1000100 0 1 100010010 1100010 1000001

Color Harmonies of #B250FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250FD

Black with #B250FD

Text Example


Text Example

White with #B250FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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