Html Css Color HEX #B04BFE Medium Orchid

📋 copy color: '#B04BFE'

red 176 ◦ green 75 ◦ blue 254

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

Shades of Medium Orchid #B04BFE

Tints of Medium Orchid #B04BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.3%

R = 34.85%
G = 14.85%
B = 50.3%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B04BFE (or 0xB04BFE) is known color: Medium Orchid. HEX triplet: B0, 4B and FE. RGB value is (176,75,254). Sum of RGB (Red+Green+Blue) = 176+75+254=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #B04BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04BFE is #4FB401. Grayscale: #7C7C7C. Windows color (decimal): -5223426 or 16665520. OLE color: 16665520.

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

Color convert

RGB 176 75 254 -
CMYK 0.31 0.70 0 0.00
HSL 273.85º 0.99% 0.65% -
HSV(B) 273.85º 0.7% 1% -
XYZ 38.31 21.42 95.88 -
YUV 125.61 200.46 163.95 -
System Red Green Blue C M Y K H S L
Decimal 176 75 254 0.31 0.70 0 0.00 273.85 0.99 0.65
Hex B0 4B FE 1F 46 0 0 112 63 41
Octal 260 113 376 37 106 0 0 422 143 101
Binary 10110000 1001011 11111110 11111 1000110 0 0 100010010 1100011 1000001

Color Harmonies of #B04BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04BFE

Black with #B04BFE

Text Example


Text Example

White with #B04BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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