Html Css Color HEX #B84AF2 Medium Orchid

📋 copy color: '#B84AF2'

red 184 ◦ green 74 ◦ blue 242

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

Shades of Medium Orchid #B84AF2

Tints of Medium Orchid #B84AF2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.8%

 BLUE value IS 242 (94.92% from 255) = 48.4%

R = 36.8%
G = 14.8%
B = 48.4%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B84AF2 (or 0xB84AF2) is known color: Medium Orchid. HEX triplet: B8, 4A and F2. RGB value is (184,74,242). Sum of RGB (Red+Green+Blue) = 184+74+242=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #B84AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84AF2 is #47B50D. Grayscale: #7D7D7D. Windows color (decimal): -4699406 or 15878840. OLE color: 15878840.

HSL color Cylindrical-coordinate representation of color #B84AF2: hue angle of 279.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B84AF2 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 74 242 -
CMYK 0.24 0.69 0 0.05
HSL 279.29º 0.87% 0.62% -
HSV(B) 279.29º 0.69% 0.95% -
XYZ 38.24 21.5 86.14 -
YUV 126.04 193.44 169.34 -
System Red Green Blue C M Y K H S L
Decimal 184 74 242 0.24 0.69 0 0.05 279.29 0.87 0.62
Hex B8 4A F2 18 45 0 5 117 57 3E
Octal 270 112 362 30 105 0 5 427 127 76
Binary 10111000 1001010 11110010 11000 1000101 0 101 100010111 1010111 111110

Color Harmonies of #B84AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84AF2

Black with #B84AF2

Text Example


Text Example

White with #B84AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84AF2; }

 p { color: rgb(184,74,242); }

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

background-color css

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

 a { background-color: rgb(184,74,242); }

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

border-color css

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

 span { border-color: rgb(184,74,242); }

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