Html Css Color HEX #B04DFD Medium Orchid

📋 copy color: '#B04DFD'

red 176 ◦ green 77 ◦ blue 253

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

Shades of Medium Orchid #B04DFD

Tints of Medium Orchid #B04DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50%

R = 34.78%
G = 15.22%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B04DFD (or 0xB04DFD) is known color: Medium Orchid. HEX triplet: B0, 4D and FD. RGB value is (176,77,253). Sum of RGB (Red+Green+Blue) = 176+77+253=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #B04DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04DFD is #4FB202. Grayscale: #7E7E7E. Windows color (decimal): -5222915 or 16600496. OLE color: 16600496.

HSL color Cylindrical-coordinate representation of color #B04DFD: hue angle of 273.75º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B04DFD is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 77 253 -
CMYK 0.30 0.70 0 0.01
HSL 273.75º 0.98% 0.65% -
HSV(B) 273.75º 0.7% 0.99% -
XYZ 38.29 21.63 95.09 -
YUV 126.67 199.3 163.19 -
System Red Green Blue C M Y K H S L
Decimal 176 77 253 0.30 0.70 0 0.01 273.75 0.98 0.65
Hex B0 4D FD 1E 46 0 1 112 62 41
Octal 260 115 375 36 106 0 1 422 142 101
Binary 10110000 1001101 11111101 11110 1000110 0 1 100010010 1100010 1000001

Color Harmonies of #B04DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04DFD

Black with #B04DFD

Text Example


Text Example

White with #B04DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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