Html Css Color HEX #B04DFB Medium Orchid

📋 copy color: '#B04DFB'

red 176 ◦ green 77 ◦ blue 251

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

Shades of Medium Orchid #B04DFB

Tints of Medium Orchid #B04DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.28%

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

R = 34.92%
G = 15.28%
B = 49.8%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B04DFB (or 0xB04DFB) is known color: Medium Orchid. HEX triplet: B0, 4D and FB. RGB value is (176,77,251). Sum of RGB (Red+Green+Blue) = 176+77+251=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #B04DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04DFB is #4FB204. Grayscale: #7D7D7D. Windows color (decimal): -5222917 or 16469424. OLE color: 16469424.

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

Color convert

RGB 176 77 251 -
CMYK 0.30 0.69 0 0.02
HSL 274.14º 0.96% 0.64% -
HSV(B) 274.14º 0.69% 0.98% -
XYZ 37.97 21.5 93.42 -
YUV 126.44 198.3 163.35 -
System Red Green Blue C M Y K H S L
Decimal 176 77 251 0.30 0.69 0 0.02 274.14 0.96 0.64
Hex B0 4D FB 1E 45 0 2 112 60 40
Octal 260 115 373 36 105 0 2 422 140 100
Binary 10110000 1001101 11111011 11110 1000101 0 10 100010010 1100000 1000000

Color Harmonies of #B04DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04DFB

Black with #B04DFB

Text Example


Text Example

White with #B04DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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