Html Css Color HEX #B254FD Medium Orchid

📋 copy color: '#B254FD'

red 178 ◦ green 84 ◦ blue 253

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

Shades of Medium Orchid #B254FD

Tints of Medium Orchid #B254FD

RGB

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

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

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

R = 34.56%
G = 16.31%
B = 49.13%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B254FD (or 0xB254FD) is known color: Medium Orchid. HEX triplet: B2, 54 and FD. RGB value is (178,84,253). Sum of RGB (Red+Green+Blue) = 178+84+253=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #B254FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B254FD is #4DAB02. Grayscale: #828282. Windows color (decimal): -5090051 or 16602290. OLE color: 16602290.

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

Color convert

RGB 178 84 253 -
CMYK 0.30 0.67 0 0.01
HSL 273.37º 0.98% 0.66% -
HSV(B) 273.37º 0.67% 0.99% -
XYZ 39.26 22.9 95.28 -
YUV 131.37 196.64 161.26 -
System Red Green Blue C M Y K H S L
Decimal 178 84 253 0.30 0.67 0 0.01 273.37 0.98 0.66
Hex B2 54 FD 1E 43 0 1 111 62 42
Octal 262 124 375 36 103 0 1 421 142 102
Binary 10110010 1010100 11111101 11110 1000011 0 1 100010001 1100010 1000010

Color Harmonies of #B254FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B254FD

Black with #B254FD

Text Example


Text Example

White with #B254FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B254FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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