Html Css Color HEX #B254FB Medium Orchid

📋 copy color: '#B254FB'

red 178 ◦ green 84 ◦ blue 251

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

Shades of Medium Orchid #B254FB

Tints of Medium Orchid #B254FB

RGB

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

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

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

R = 34.7%
G = 16.37%
B = 48.93%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B254FB (or 0xB254FB) is known color: Medium Orchid. HEX triplet: B2, 54 and FB. RGB value is (178,84,251). Sum of RGB (Red+Green+Blue) = 178+84+251=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #B254FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B254FB is #4DAB04. Grayscale: #828282. Windows color (decimal): -5090053 or 16471218. OLE color: 16471218.

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

Color convert

RGB 178 84 251 -
CMYK 0.29 0.67 0 0.02
HSL 273.77º 0.95% 0.66% -
HSV(B) 273.77º 0.67% 0.98% -
XYZ 38.94 22.77 93.61 -
YUV 131.14 195.64 161.42 -
System Red Green Blue C M Y K H S L
Decimal 178 84 251 0.29 0.67 0 0.02 273.77 0.95 0.66
Hex B2 54 FB 1D 43 0 2 112 5F 42
Octal 262 124 373 35 103 0 2 422 137 102
Binary 10110010 1010100 11111011 11101 1000011 0 10 100010010 1011111 1000010

Color Harmonies of #B254FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B254FB

Black with #B254FB

Text Example


Text Example

White with #B254FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B254FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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