Html Css Color HEX #B04BFC Medium Orchid

📋 copy color: '#B04BFC'

red 176 ◦ green 75 ◦ blue 252

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

Shades of Medium Orchid #B04BFC

Tints of Medium Orchid #B04BFC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.91%

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 34.99%
G = 14.91%
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

#B04BFC (or 0xB04BFC) is known color: Medium Orchid. HEX triplet: B0, 4B and FC. RGB value is (176,75,252). Sum of RGB (Red+Green+Blue) = 176+75+252=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #B04BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04BFC is #4FB403. Grayscale: #7C7C7C. Windows color (decimal): -5223428 or 16534448. OLE color: 16534448.

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

Color convert

RGB 176 75 252 -
CMYK 0.30 0.70 0 0.01
HSL 274.24º 0.97% 0.64% -
HSV(B) 274.24º 0.7% 0.99% -
XYZ 37.99 21.29 94.2 -
YUV 125.38 199.46 164.11 -
System Red Green Blue C M Y K H S L
Decimal 176 75 252 0.30 0.70 0 0.01 274.24 0.97 0.64
Hex B0 4B FC 1E 46 0 1 112 61 40
Octal 260 113 374 36 106 0 1 422 141 100
Binary 10110000 1001011 11111100 11110 1000110 0 1 100010010 1100001 1000000

Color Harmonies of #B04BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04BFC

Black with #B04BFC

Text Example


Text Example

White with #B04BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04BFC; }

 p { color: rgb(176,75,252); }

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

background-color css

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

 a { background-color: rgb(176,75,252); }

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

border-color css

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

 span { border-color: rgb(176,75,252); }

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