Html Css Color HEX #B04AF1 Medium Orchid

📋 copy color: '#B04AF1'

red 176 ◦ green 74 ◦ blue 241

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

Shades of Medium Orchid #B04AF1

Tints of Medium Orchid #B04AF1

RGB

 RED value IS 176 (69.14% from 255) = 35.85%

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

 BLUE value IS 241 (94.53% from 255) = 49.08%

R = 35.85%
G = 15.07%
B = 49.08%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B04AF1 (or 0xB04AF1) is known color: Medium Orchid. HEX triplet: B0, 4A and F1. RGB value is (176,74,241). Sum of RGB (Red+Green+Blue) = 176+74+241=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #B04AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04AF1 is #4FB50E. Grayscale: #7A7A7A. Windows color (decimal): -5223695 or 15813296. OLE color: 15813296.

HSL color Cylindrical-coordinate representation of color #B04AF1: hue angle of 276.65º degrees, saturation: 0.86, 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 #B04AF1 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 74 241 -
CMYK 0.27 0.69 0 0.05
HSL 276.65º 0.86% 0.62% -
HSV(B) 276.65º 0.69% 0.95% -
XYZ 36.23 20.48 85.26 -
YUV 123.54 194.29 165.42 -
System Red Green Blue C M Y K H S L
Decimal 176 74 241 0.27 0.69 0 0.05 276.65 0.86 0.62
Hex B0 4A F1 1B 45 0 5 115 56 3E
Octal 260 112 361 33 105 0 5 425 126 76
Binary 10110000 1001010 11110001 11011 1000101 0 101 100010101 1010110 111110

Color Harmonies of #B04AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04AF1

Black with #B04AF1

Text Example


Text Example

White with #B04AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04AF1; }

 p { color: rgb(176,74,241); }

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

background-color css

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

 a { background-color: rgb(176,74,241); }

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

border-color css

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

 span { border-color: rgb(176,74,241); }

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