Html Css Color HEX #B04AFF Medium Orchid

📋 copy color: '#B04AFF'

red 176 ◦ green 74 ◦ blue 255

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

Shades of Medium Orchid #B04AFF

Tints of Medium Orchid #B04AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.5%

R = 34.85%
G = 14.65%
B = 50.5%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B04AFF (or 0xB04AFF) is known color: Medium Orchid. HEX triplet: B0, 4A and FF. RGB value is (176,74,255). Sum of RGB (Red+Green+Blue) = 176+74+255=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #B04AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04AFF is #4FB500. Grayscale: #7C7C7C. Windows color (decimal): -5223681 or 16730800. OLE color: 16730800.

HSL color Cylindrical-coordinate representation of color #B04AFF: hue angle of 273.81º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B04AFF is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 74 255 -
CMYK 0.31 0.71 0 0
HSL 273.81º 1% 0.65% -
HSV(B) 273.81º 0.71% 1% -
XYZ 38.4 21.35 96.7 -
YUV 125.13 201.29 164.28 -
System Red Green Blue C M Y K H S L
Decimal 176 74 255 0.31 0.71 0 0 273.81 1 0.65
Hex B0 4A FF 1F 47 0 0 112 64 41
Octal 260 112 377 37 107 0 0 422 144 101
Binary 10110000 1001010 11111111 11111 1000111 0 0 100010010 1100100 1000001

Color Harmonies of #B04AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04AFF

Black with #B04AFF

Text Example


Text Example

White with #B04AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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