Html Css Color HEX #B836FD Medium Orchid

📋 copy color: '#B836FD'

red 184 ◦ green 54 ◦ blue 253

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

Shades of Medium Orchid #B836FD

Tints of Medium Orchid #B836FD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11%

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

R = 37.47%
G = 11%
B = 51.53%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B836FD (or 0xB836FD) is known color: Medium Orchid. HEX triplet: B8, 36 and FD. RGB value is (184,54,253). Sum of RGB (Red+Green+Blue) = 184+54+253=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 54 (21.48% from 255 or 11.00% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #B836FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B836FD is #47C902. Grayscale: #727272. Windows color (decimal): -4704515 or 16594616. OLE color: 16594616.

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

Color convert

RGB 184 54 253 -
CMYK 0.27 0.79 0 0.01
HSL 279.2º 0.98% 0.6% -
HSV(B) 279.2º 0.79% 0.99% -
XYZ 38.82 19.92 94.73 -
YUV 115.56 205.57 176.82 -
System Red Green Blue C M Y K H S L
Decimal 184 54 253 0.27 0.79 0 0.01 279.2 0.98 0.6
Hex B8 36 FD 1B 4F 0 1 117 62 3C
Octal 270 66 375 33 117 0 1 427 142 74
Binary 10111000 110110 11111101 11011 1001111 0 1 100010111 1100010 111100

Color Harmonies of #B836FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B836FD

Black with #B836FD

Text Example


Text Example

White with #B836FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B836FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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