Html Css Color HEX #B04CFD Medium Orchid

📋 copy color: '#B04CFD'

red 176 ◦ green 76 ◦ blue 253

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

Shades of Medium Orchid #B04CFD

Tints of Medium Orchid #B04CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.05%

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

R = 34.85%
G = 15.05%
B = 50.1%

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

#B04CFD (or 0xB04CFD) is known color: Medium Orchid. HEX triplet: B0, 4C and FD. RGB value is (176,76,253). Sum of RGB (Red+Green+Blue) = 176+76+253=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #B04CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04CFD is #4FB302. Grayscale: #7D7D7D. Windows color (decimal): -5223171 or 16600240. OLE color: 16600240.

HSL color Cylindrical-coordinate representation of color #B04CFD: hue angle of 273.9º 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 #B04CFD is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 76 253 -
CMYK 0.30 0.70 0 0.01
HSL 273.9º 0.98% 0.65% -
HSV(B) 273.9º 0.7% 0.99% -
XYZ 38.22 21.49 95.06 -
YUV 126.08 199.63 163.61 -
System Red Green Blue C M Y K H S L
Decimal 176 76 253 0.30 0.70 0 0.01 273.9 0.98 0.65
Hex B0 4C FD 1E 46 0 1 112 62 41
Octal 260 114 375 36 106 0 1 422 142 101
Binary 10110000 1001100 11111101 11110 1000110 0 1 100010010 1100010 1000001

Color Harmonies of #B04CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CFD

Black with #B04CFD

Text Example


Text Example

White with #B04CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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