Html Css Color HEX #B841FC Medium Orchid

📋 copy color: '#B841FC'

red 184 ◦ green 65 ◦ blue 252

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

Shades of Medium Orchid #B841FC

Tints of Medium Orchid #B841FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.3%

R = 36.73%
G = 12.97%
B = 50.3%

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

#B841FC (or 0xB841FC) is known color: Medium Orchid. HEX triplet: B8, 41 and FC. RGB value is (184,65,252). Sum of RGB (Red+Green+Blue) = 184+65+252=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #B841FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B841FC is #47BE03. Grayscale: #797979. Windows color (decimal): -4701700 or 16531896. OLE color: 16531896.

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

Color convert

RGB 184 65 252 -
CMYK 0.27 0.74 0 0.01
HSL 278.18º 0.97% 0.62% -
HSV(B) 278.18º 0.74% 0.99% -
XYZ 39.23 21 94.08 -
YUV 121.9 201.42 172.29 -
System Red Green Blue C M Y K H S L
Decimal 184 65 252 0.27 0.74 0 0.01 278.18 0.97 0.62
Hex B8 41 FC 1B 4A 0 1 116 61 3E
Octal 270 101 374 33 112 0 1 426 141 76
Binary 10111000 1000001 11111100 11011 1001010 0 1 100010110 1100001 111110

Color Harmonies of #B841FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841FC

Black with #B841FC

Text Example


Text Example

White with #B841FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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