Html Css Color HEX #B842FD Medium Orchid

📋 copy color: '#B842FD'

red 184 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #B842FD

Tints of Medium Orchid #B842FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.12%

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

R = 36.58%
G = 13.12%
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

#B842FD (or 0xB842FD) is known color: Medium Orchid. HEX triplet: B8, 42 and FD. RGB value is (184,66,253). Sum of RGB (Red+Green+Blue) = 184+66+253=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #B842FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B842FD is #47BD02. Grayscale: #797979. Windows color (decimal): -4701443 or 16597688. OLE color: 16597688.

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

Color convert

RGB 184 66 253 -
CMYK 0.27 0.74 0 0.01
HSL 277.86º 0.98% 0.63% -
HSV(B) 277.86º 0.74% 0.99% -
XYZ 39.45 21.18 94.94 -
YUV 122.6 201.59 171.79 -
System Red Green Blue C M Y K H S L
Decimal 184 66 253 0.27 0.74 0 0.01 277.86 0.98 0.63
Hex B8 42 FD 1B 4A 0 1 116 62 3F
Octal 270 102 375 33 112 0 1 426 142 77
Binary 10111000 1000010 11111101 11011 1001010 0 1 100010110 1100010 111111

Color Harmonies of #B842FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B842FD

Black with #B842FD

Text Example


Text Example

White with #B842FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B842FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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