Html Css Color HEX #B254FF Medium Orchid

📋 copy color: '#B254FF'

red 178 ◦ green 84 ◦ blue 255

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

Shades of Medium Orchid #B254FF

Tints of Medium Orchid #B254FF

RGB

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

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

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

R = 34.43%
G = 16.25%
B = 49.32%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B254FF (or 0xB254FF) is known color: Medium Orchid. HEX triplet: B2, 54 and FF. RGB value is (178,84,255). Sum of RGB (Red+Green+Blue) = 178+84+255=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 84 (33.20% from 255 or 16.25% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #B254FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B254FF is #4DAB00. Grayscale: #838383. Windows color (decimal): -5090049 or 16733362. OLE color: 16733362.

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

Color convert

RGB 178 84 255 -
CMYK 0.30 0.67 0 0
HSL 272.98º 1% 0.66% -
HSV(B) 272.98º 0.67% 1% -
XYZ 39.58 23.03 96.97 -
YUV 131.6 197.64 161.1 -
System Red Green Blue C M Y K H S L
Decimal 178 84 255 0.30 0.67 0 0 272.98 1 0.66
Hex B2 54 FF 1E 43 0 0 111 64 42
Octal 262 124 377 36 103 0 0 421 144 102
Binary 10110010 1010100 11111111 11110 1000011 0 0 100010001 1100100 1000010

Color Harmonies of #B254FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B254FF

Black with #B254FF

Text Example


Text Example

White with #B254FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B254FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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