Html Css Color HEX #B04AFB Medium Orchid

📋 copy color: '#B04AFB'

red 176 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #B04AFB

Tints of Medium Orchid #B04AFB

RGB

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

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

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

R = 35.13%
G = 14.77%
B = 50.1%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B04AFB (or 0xB04AFB) is known color: Medium Orchid. HEX triplet: B0, 4A and FB. RGB value is (176,74,251). Sum of RGB (Red+Green+Blue) = 176+74+251=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #B04AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04AFB is #4FB504. Grayscale: #7C7C7C. Windows color (decimal): -5223685 or 16468656. OLE color: 16468656.

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

Color convert

RGB 176 74 251 -
CMYK 0.30 0.71 0 0.02
HSL 274.58º 0.96% 0.64% -
HSV(B) 274.58º 0.71% 0.98% -
XYZ 37.77 21.09 93.35 -
YUV 124.68 199.29 164.61 -
System Red Green Blue C M Y K H S L
Decimal 176 74 251 0.30 0.71 0 0.02 274.58 0.96 0.64
Hex B0 4A FB 1E 47 0 2 113 60 40
Octal 260 112 373 36 107 0 2 423 140 100
Binary 10110000 1001010 11111011 11110 1000111 0 10 100010011 1100000 1000000

Color Harmonies of #B04AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04AFB

Black with #B04AFB

Text Example


Text Example

White with #B04AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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