Html Css Color HEX #B854FD Medium Orchid

📋 copy color: '#B854FD'

red 184 ◦ green 84 ◦ blue 253

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

Shades of Medium Orchid #B854FD

Tints of Medium Orchid #B854FD

RGB

 RED value IS 184 (72.27% from 255) = 35.32%

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

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

R = 35.32%
G = 16.12%
B = 48.56%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B854FD (or 0xB854FD) is known color: Medium Orchid. HEX triplet: B8, 54 and FD. RGB value is (184,84,253). Sum of RGB (Red+Green+Blue) = 184+84+253=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #B854FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B854FD is #47AB02. Grayscale: #848484. Windows color (decimal): -4696835 or 16602296. OLE color: 16602296.

HSL color Cylindrical-coordinate representation of color #B854FD: hue angle of 275.5º 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 #B854FD is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 84 253 -
CMYK 0.27 0.67 0 0.01
HSL 275.5º 0.98% 0.66% -
HSV(B) 275.5º 0.67% 0.99% -
XYZ 40.67 23.62 95.34 -
YUV 133.17 195.63 164.26 -
System Red Green Blue C M Y K H S L
Decimal 184 84 253 0.27 0.67 0 0.01 275.5 0.98 0.66
Hex B8 54 FD 1B 43 0 1 114 62 42
Octal 270 124 375 33 103 0 1 424 142 102
Binary 10111000 1010100 11111101 11011 1000011 0 1 100010100 1100010 1000010

Color Harmonies of #B854FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B854FD

Black with #B854FD

Text Example


Text Example

White with #B854FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B854FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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