Html Css Color HEX #B841FD Medium Orchid

📋 copy color: '#B841FD'

red 184 ◦ green 65 ◦ blue 253

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

Shades of Medium Orchid #B841FD

Tints of Medium Orchid #B841FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.95%

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

R = 36.65%
G = 12.95%
B = 50.4%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B841FD (or 0xB841FD) is known color: Medium Orchid. HEX triplet: B8, 41 and FD. RGB value is (184,65,253). Sum of RGB (Red+Green+Blue) = 184+65+253=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #B841FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B841FD is #47BE02. Grayscale: #797979. Windows color (decimal): -4701699 or 16597432. OLE color: 16597432.

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

Color convert

RGB 184 65 253 -
CMYK 0.27 0.74 0 0.01
HSL 277.98º 0.98% 0.62% -
HSV(B) 277.98º 0.74% 0.99% -
XYZ 39.39 21.06 94.92 -
YUV 122.01 201.92 172.21 -
System Red Green Blue C M Y K H S L
Decimal 184 65 253 0.27 0.74 0 0.01 277.98 0.98 0.62
Hex B8 41 FD 1B 4A 0 1 116 62 3E
Octal 270 101 375 33 112 0 1 426 142 76
Binary 10111000 1000001 11111101 11011 1001010 0 1 100010110 1100010 111110

Color Harmonies of #B841FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841FD

Black with #B841FD

Text Example


Text Example

White with #B841FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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