Html Css Color HEX #B840FB Medium Orchid

📋 copy color: '#B840FB'

red 184 ◦ green 64 ◦ blue 251

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

Shades of Medium Orchid #B840FB

Tints of Medium Orchid #B840FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.83%

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 36.87%
G = 12.83%
B = 50.3%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B840FB (or 0xB840FB) is known color: Medium Orchid. HEX triplet: B8, 40 and FB. RGB value is (184,64,251). Sum of RGB (Red+Green+Blue) = 184+64+251=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #B840FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B840FB is #47BF04. Grayscale: #787878. Windows color (decimal): -4701957 or 16466104. OLE color: 16466104.

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

Color convert

RGB 184 64 251 -
CMYK 0.27 0.75 0 0.02
HSL 278.5º 0.96% 0.62% -
HSV(B) 278.5º 0.75% 0.98% -
XYZ 39.01 20.82 93.23 -
YUV 121.2 201.26 172.79 -
System Red Green Blue C M Y K H S L
Decimal 184 64 251 0.27 0.75 0 0.02 278.5 0.96 0.62
Hex B8 40 FB 1B 4B 0 2 117 60 3E
Octal 270 100 373 33 113 0 2 427 140 76
Binary 10111000 1000000 11111011 11011 1001011 0 10 100010111 1100000 111110

Color Harmonies of #B840FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840FB

Black with #B840FB

Text Example


Text Example

White with #B840FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840FB; }

 p { color: rgb(184,64,251); }

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

background-color css

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

 a { background-color: rgb(184,64,251); }

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

border-color css

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

 span { border-color: rgb(184,64,251); }

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