Html Css Color HEX #B04AF2 Medium Orchid

📋 copy color: '#B04AF2'

red 176 ◦ green 74 ◦ blue 242

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

Shades of Medium Orchid #B04AF2

Tints of Medium Orchid #B04AF2

RGB

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

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

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

R = 35.77%
G = 15.04%
B = 49.19%

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

#B04AF2 (or 0xB04AF2) is known color: Medium Orchid. HEX triplet: B0, 4A and F2. RGB value is (176,74,242). Sum of RGB (Red+Green+Blue) = 176+74+242=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #B04AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04AF2 is #4FB50D. Grayscale: #7B7B7B. Windows color (decimal): -5223694 or 15878832. OLE color: 15878832.

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

Color convert

RGB 176 74 242 -
CMYK 0.27 0.69 0 0.05
HSL 276.43º 0.87% 0.62% -
HSV(B) 276.43º 0.69% 0.95% -
XYZ 36.38 20.54 86.05 -
YUV 123.65 194.79 165.34 -
System Red Green Blue C M Y K H S L
Decimal 176 74 242 0.27 0.69 0 0.05 276.43 0.87 0.62
Hex B0 4A F2 1B 45 0 5 114 57 3E
Octal 260 112 362 33 105 0 5 424 127 76
Binary 10110000 1001010 11110010 11011 1000101 0 101 100010100 1010111 111110

Color Harmonies of #B04AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04AF2

Black with #B04AF2

Text Example


Text Example

White with #B04AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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