Html Css Color HEX #B254FA Medium Orchid

📋 copy color: '#B254FA'

red 178 ◦ green 84 ◦ blue 250

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

Shades of Medium Orchid #B254FA

Tints of Medium Orchid #B254FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.41%

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

R = 34.77%
G = 16.41%
B = 48.83%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B254FA (or 0xB254FA) is known color: Medium Orchid. HEX triplet: B2, 54 and FA. RGB value is (178,84,250). Sum of RGB (Red+Green+Blue) = 178+84+250=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #B254FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B254FA is #4DAB05. Grayscale: #828282. Windows color (decimal): -5090054 or 16405682. OLE color: 16405682.

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

Color convert

RGB 178 84 250 -
CMYK 0.29 0.66 0 0.02
HSL 273.98º 0.94% 0.65% -
HSV(B) 273.98º 0.66% 0.98% -
XYZ 38.79 22.71 92.78 -
YUV 131.03 195.14 161.5 -
System Red Green Blue C M Y K H S L
Decimal 178 84 250 0.29 0.66 0 0.02 273.98 0.94 0.65
Hex B2 54 FA 1D 42 0 2 112 5E 41
Octal 262 124 372 35 102 0 2 422 136 101
Binary 10110010 1010100 11111010 11101 1000010 0 10 100010010 1011110 1000001

Color Harmonies of #B254FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B254FA

Black with #B254FA

Text Example


Text Example

White with #B254FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B254FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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