Html Css Color HEX #B04BFD Medium Orchid

📋 copy color: '#B04BFD'

red 176 ◦ green 75 ◦ blue 253

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

Shades of Medium Orchid #B04BFD

Tints of Medium Orchid #B04BFD

RGB

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

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

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

R = 34.92%
G = 14.88%
B = 50.2%

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

#B04BFD (or 0xB04BFD) is known color: Medium Orchid. HEX triplet: B0, 4B and FD. RGB value is (176,75,253). Sum of RGB (Red+Green+Blue) = 176+75+253=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #B04BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04BFD is #4FB402. Grayscale: #7C7C7C. Windows color (decimal): -5223427 or 16599984. OLE color: 16599984.

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

Color convert

RGB 176 75 253 -
CMYK 0.30 0.70 0 0.01
HSL 274.05º 0.98% 0.64% -
HSV(B) 274.05º 0.7% 0.99% -
XYZ 38.15 21.35 95.04 -
YUV 125.49 199.96 164.03 -
System Red Green Blue C M Y K H S L
Decimal 176 75 253 0.30 0.70 0 0.01 274.05 0.98 0.64
Hex B0 4B FD 1E 46 0 1 112 62 40
Octal 260 113 375 36 106 0 1 422 142 100
Binary 10110000 1001011 11111101 11110 1000110 0 1 100010010 1100010 1000000

Color Harmonies of #B04BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04BFD

Black with #B04BFD

Text Example


Text Example

White with #B04BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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